We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b5d0 commit 9d5b508Copy full SHA for 9d5b508
2 files changed
get-dependencies.sh
@@ -34,3 +34,5 @@ mkdir -p ./AppDir/bin
34
cp -rv ./opt/OpenCode/* ./AppDir/bin
35
cp -v ./usr/share/applications/@*.desktop ./AppDir
36
cp -v ./usr/share/icons/hicolor/150x150/apps/@*.png ./AppDir
37
+
38
+awk -F'/' '/Location:/{print $(NF-1); exit}' /tmp/download.log > ~/version
make-appimage.sh
@@ -3,8 +3,7 @@
3
set -eu
4
5
ARCH=$(uname -m)
6
-VERSION=$(pacman -Q opencode-desktop-bin | awk '{print $2; exit}') # example command to get version of application here
7
-export ARCH VERSION
+export ARCH
8
export OUTPATH=./dist
9
export ADD_HOOKS="self-updater.bg.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
0 commit comments