Skip to content

Commit 4d8bc60

Browse files
authored
simplify appimage creation (#27)
1 parent 243b45b commit 4d8bc60

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ares-appimage.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"
4847
SHARUN="https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/quick-sharun.sh"
49-
48+
export OUTPUT_APPIMAGE=1
5049
export ADD_HOOKS="self-updater.bg.hook"
5150
export OUTNAME=ares-"$VERSION"-anylinux-"$ARCH".AppImage
5251
export DESKTOP=/usr/share/applications/ares.desktop
@@ -59,11 +58,6 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
5958
chmod +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-
6761
mkdir -p ./dist
6862
mv -v ./*.AppImage* ./dist
6963

0 commit comments

Comments
 (0)