Skip to content

Commit c89cf4c

Browse files
Update make-appimage.sh
1 parent caf434d commit c89cf4c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

make-appimage.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
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=$(pacman -Q plus42 | awk '{print $2; exit}') # example command to get version of application here
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
11+
export DESKTOP=/usr/share/applications/plus42.desktop
12+
export DEPLOY_GTK=1
13+
export GTK_DIR=gtk-3.0
14+
export ALWAYS_SOFTWARE=1
1315

1416
# Deploy dependencies
15-
quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
17+
quick-sharun /usr/bin/plus42
1618

1719
# Additional changes can be done in between here
1820

0 commit comments

Comments
 (0)