We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b0427 commit 5897b0fCopy full SHA for 5897b0f
deadbeef-stable-appimage.sh
@@ -38,7 +38,7 @@ chmod a+x ./appimagetool
38
export ARCH=x86_64
39
export VERSION=$(wget -q "$SITE" -O - | sed 's/"/ /g' | grep "files_date" | grep -o "[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}" | head -1)
40
./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 \
41
- -s -u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|DeaDBeeF-AppImage|continuous|*Stable*$ARCH.AppImage.zsync" \
+ -u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|DeaDBeeF-AppImage|continuous|*Stable*$ARCH.AppImage.zsync" \
42
./"$APP".AppDir DeaDBeeF_Stable-"$VERSION"-"$ARCH".AppImage
43
[ -n "$APP" ] && mv ./*.AppImage* .. && cd .. && rm -rf ./"$APP" || exit 1
44
echo "All Done!"
0 commit comments