Skip to content

Commit 6c3f9e3

Browse files
authored
package app
1 parent 03a8a93 commit 6c3f9e3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

make-appimage.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
set -eu
44

55
ARCH=$(uname -m)
6-
VERSION=$(pacman -Q PACKAGENAME | awk '{print $2; exit}') # example command to get version of application here
7-
export ARCH VERSION
6+
export ARCH
87
export OUTPATH=./dist
98
export ADD_HOOKS="self-updater.hook"
109
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
1310

1411
# Deploy dependencies
15-
quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
12+
quick-sharun ./AppDir/bin/*
1613

1714
# Additional changes can be done in between here
1815

0 commit comments

Comments
 (0)