Skip to content

Commit

Permalink
indicate this works everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 23, 2024
1 parent bcbf5ca commit 80f292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpv-AppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ wget -q "$APPIMAGETOOL" -O ./appimagetool
chmod +x ./appimagetool
./appimagetool --comp zstd \
--mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
-n -u "$UPINFO" "$PWD"/AppDir "$PWD"/mpv-"$VERSION"-"$ARCH".AppImage
-n -u "$UPINFO" "$PWD"/AppDir "$PWD"/mpv-"$VERSION"-anylinux-"$ARCH".AppImage
mv ./*.AppImage* ../
cd ..
echo "All done!"

0 comments on commit 80f292c

Please sign in to comment.