We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a8a93 commit 6c3f9e3Copy full SHA for 6c3f9e3
1 file changed
make-appimage.sh
@@ -3,16 +3,13 @@
3
set -eu
4
5
ARCH=$(uname -m)
6
-VERSION=$(pacman -Q PACKAGENAME | 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.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11
-export ICON=PATH_OR_URL_TO_ICON
12
-export DESKTOP=PATH_OR_URL_TO_DESKTOP_ENTRY
13
14
# Deploy dependencies
15
-quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
+quick-sharun ./AppDir/bin/*
16
17
# Additional changes can be done in between here
18
0 commit comments