File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55export ARCH=" $( uname -m) "
66export APPIMAGE_EXTRACT_AND_RUN=1
77export VERSION=" $( pacman -Q gimp | awk ' NR==1 {print $2; exit}' ) "
8+ echo " $VERSION " > ~ /version
89export STRACE_TIME=20
910UPINFO=" gh-releases-zsync|$( echo $GITHUB_REPOSITORY | tr ' /' ' |' ) |continuous|*$ARCH .AppImage.zsync"
1011LIB4BN=" https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
@@ -125,7 +126,7 @@ echo "Generating [dwfs]AppBundle...(Go runtime)"
125126./pelf --add-appdir ./AppDir \
126127 --appbundle-id=" GIMP-$VERSION " \
127128 --compression " -C zstd:level=22 -S25 -B8" \
128- --output-to GIMP-" $VERSION " -anylinux-" $ARCH " .dwfs.AppBundle
129+ --output-to GIMP-" $" -anylinux-" $ARCH " .dwfs.AppBundle
129130
130131echo " Generating zsync file..."
131132zsyncmake * .AppImage -u * .AppImage
You can’t perform that action at this time.
0 commit comments