We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d796550 commit 94a33a2Copy full SHA for 94a33a2
mpv-appimage.sh
@@ -97,7 +97,7 @@ chmod +x ./pelf
97
98
echo "Generating [dwfs]AppBundle...(Go runtime)"
99
./pelf --add-appdir ./AppDir \
100
- --appbundle-id="mpv-$VERSION" \
+ --appbundle-id="io.mpv.Mpv#github.com/$GITHUB_REPOSITORY:$VERSION@$(date +%d_%m_%Y)" \
101
--compression "-C zstd:level=22 -S26 -B8" \
102
--output-to mpv-"$VERSION"-anylinux-"$ARCH".dwfs.AppBundle
103
0 commit comments