File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,8 @@ rm -rf ./ares
4444[ -n " $VERSION " ] && echo " $VERSION " > ~ /version
4545
4646# NOW MAKE APPIMAGE
47- URUNTIME=" https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/uruntime2appimage.sh"
4847SHARUN=" https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/quick-sharun.sh"
49-
48+ export OUTPUT_APPIMAGE=1
5049export ADD_HOOKS=" self-updater.bg.hook"
5150export OUTNAME=ares-" $VERSION " -anylinux-" $ARCH " .AppImage
5251export DESKTOP=/usr/share/applications/ares.desktop
@@ -59,11 +58,6 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
5958chmod +x ./quick-sharun
6059./quick-sharun /usr/bin/ares /usr/bin/sourcery
6160
62- # turn appdir into appimage
63- wget --retry-connrefused --tries=30 " $URUNTIME " -O ./uruntime2appimage
64- chmod +x ./uruntime2appimage
65- ./uruntime2appimage
66-
6761mkdir -p ./dist
6862mv -v ./* .AppImage* ./dist
6963
You can’t perform that action at this time.
0 commit comments