File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,15 @@ echo "Generating AppImage..."
92
92
--header uruntime-lite \
93
93
-i ./AppDir -o ./mpv-" $VERSION " -anylinux-" $ARCH " .AppImage
94
94
95
+ UPINFO=" $( echo " $UPINFO " | sed ' s#.AppImage#*.AppBundle#g' ) "
95
96
wget -O ./pelf " https://github.com/xplshn/pelf/releases/latest/download/pelf_$ARCH "
96
97
chmod +x ./pelf
97
-
98
- echo " Generating [dwfs]AppBundle...(Go runtime)"
98
+ echo " Generating [dwfs]AppBundle..."
99
99
./pelf --add-appdir ./AppDir \
100
100
--appbundle-id=" io.mpv.Mpv#github.com/$GITHUB_REPOSITORY :$VERSION @$( date +%d_%m_%Y) " \
101
+ --appimage-compat \
102
+ --disable-use-random-workdir \
103
+ --add-updinfo " $UPINFO " \
101
104
--compression " -C zstd:level=22 -S26 -B8" \
102
105
--output-to mpv-" $VERSION " -anylinux-" $ARCH " .dwfs.AppBundle
103
106
You can’t perform that action at this time.
0 commit comments