File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 33set -eu
44
55ARCH=$( uname -m)
6- VERSION=$( pacman -Q PACKAGENAME | awk ' {print $2; exit}' ) # example command to get version of application here
6+ VERSION=$( pacman -Q meganimus | awk ' {print $2; exit}' ) # example command to get version of application here
77export ARCH VERSION
88export OUTPATH=./dist
99export ADD_HOOKS=" self-updater.bg.hook"
1010export 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 ICON=/usr/share/icons/hicolor/scalable/apps/meganimus.svg
12+ export DESKTOP=/usr/share/applications/meganimus.desktop
13+ export DEPLOY_SYS_PYTHON=1
1314
1415# Deploy dependencies
15- quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
16+ quick-sharun \
17+ /usr/bin/meganimus \
18+ /usr/share/meganimus \
19+ /usr/lib/libQt6Core.so* \
20+ /usr/lib/libQt6Gui.so*
1621
1722# Additional changes can be done in between here
1823
You can’t perform that action at this time.
0 commit comments