Skip to content

Commit d4a8b9b

Browse files
Update make-appimage.sh
1 parent bbe1824 commit d4a8b9b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

make-appimage.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
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
6+
VERSION=1.7
77
export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"
1010
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
1311

1412
# Deploy dependencies
15-
quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
13+
quick-sharun ./AppDir/bin/* \
14+
/usr/lib/jvm/java*/bin \
15+
/usr/lib/jvm/java*/conf \
16+
/usr/lib/jvm/java*/legal \
17+
/usr/lib/jvm/java*/lib \
18+
/usr/bin/openssl
1619

1720
# Additional changes can be done in between here
1821

0 commit comments

Comments
 (0)