File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ echo "$VERSION" > ~/version
7575rm -rf ./azahar
7676
7777# Deploy AppImage
78+ export OUTPUT_APPIMAGE=1
7879export ADD_HOOKS=" self-updater.bg.hook"
7980export UPINFO=" gh-releases-zsync|${GITHUB_REPOSITORY%/* } |${GITHUB_REPOSITORY#*/ } |latest|*$ARCH .AppImage.zsync"
8081export OUTNAME=Azahar-Enhanced-" $VERSION " -anylinux-" $ARCH " .AppImage
@@ -84,18 +85,13 @@ export DEPLOY_OPENGL=1
8485export DEPLOY_VULKAN=1
8586export DEPLOY_PIPEWIRE=1
8687
87- # ADD LIBRARIES
88- wget --retry-connrefused --tries=30 " $SHARUN " -O ./quick-sharun
89- chmod +x ./quick-sharun
90- ./quick-sharun /usr/bin/azahar* /usr/lib/libgamemode.so*
91-
9288# differentiate betwee dev and stable builds
9389if [ " $DEVEL " = ' true' ]; then
94- sed -i ' s|Name=Azahar|Name=Azahar nightly|' ./AppDir/ * .desktop
90+ sed -i ' s|Name=Azahar|Name=Azahar nightly|' " $DESKTOP "
9591 UPINFO=" $( echo " $UPINFO " | sed ' s|latest|nightly|' ) "
9692fi
9793
98- # MAKE APPIMAGE WITH URUNTIME
99- wget --retry-connrefused --tries=30 " $URUNTIME " -O ./uruntime2appimage
100- chmod +x ./uruntime2appimage
101- ./uruntime2appimage
94+ # ADD LIBRARIES
95+ wget --retry-connrefused --tries=30 " $SHARUN " -O ./quick-sharun
96+ chmod +x ./quick-sharun
97+ ./quick-sharun /usr/bin/azahar * /usr/lib/libgamemode.so *
You can’t perform that action at this time.
0 commit comments