Skip to content

Commit

Permalink
Update mpv-AppImage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 8, 2024
1 parent 2f2ddf1 commit 38d9504
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 @@ -31,7 +31,7 @@ ln -s ./shared ./usr
# bundle libs
wget "$LIB4BN" -O ./lib4bin
chmod +x ./lib4bin
./lib4bin -p -w -v ./shared/bin/mpv
./lib4bin -p -w -v -s ./shared/bin/mpv
VERSION=$(./bin/mpv --version 2>/dev/null | awk 'FNR==1 {print $2; exit}')
if [ -z "$VERSION" ]; then
echo "ERROR: Could not get version from mpv"
Expand Down

0 comments on commit 38d9504

Please sign in to comment.