File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ set -eux
44
55ARCH=" $( uname -m) "
66PACKAGE=clapper
7+ URUNTIME=" https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/uruntime2appimage.sh"
78SHARUN=" https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/quick-sharun.sh"
89VERSION=" $( cat ~ /version) "
910
1011# Variables used by quick-sharun
11- export OUTPUT_APPIMAGE=1
1212export UPINFO=" gh-releases-zsync|${GITHUB_REPOSITORY%/* } |${GITHUB_REPOSITORY#*/ } |latest|*$ARCH .AppImage.zsync"
1313export OUTNAME=" $PACKAGE " -" $VERSION " -anylinux-" $ARCH " .AppImage
1414export DESKTOP=/usr/share/applications/com.github.rafostar.Clapper.desktop
@@ -38,6 +38,11 @@ find ./AppDir/share/locale -type f ! -name '*glib*' ! -name '*clapper-app*' -del
3838# # Set gsettings to save to keyfile, instead to dconf
3939echo " GSETTINGS_BACKEND=keyfile" >> ./AppDir/.env
4040
41+ # MAKE APPIMAGE WITH URUNTIME
42+ wget --retry-connrefused --tries=30 " $URUNTIME " -O ./uruntime2appimage
43+ chmod +x ./uruntime2appimage
44+ ./uruntime2appimage
45+
4146# PREPARE APPIMAGE FOR RELEASE
4247mkdir -p ./dist
4348mv -v ./* .AppImage* ./dist
You can’t perform that action at this time.
0 commit comments