Skip to content

Commit 5897b0f

Browse files
authored
Update deadbeef-stable-appimage.sh
1 parent d2b0427 commit 5897b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deadbeef-stable-appimage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ chmod a+x ./appimagetool
3838
export ARCH=x86_64
3939
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)
4040
./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" \
41+
-u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|DeaDBeeF-AppImage|continuous|*Stable*$ARCH.AppImage.zsync" \
4242
./"$APP".AppDir DeaDBeeF_Stable-"$VERSION"-"$ARCH".AppImage
4343
[ -n "$APP" ] && mv ./*.AppImage* .. && cd .. && rm -rf ./"$APP" || exit 1
4444
echo "All Done!"

0 commit comments

Comments
 (0)