Skip to content

Commit

Permalink
Update mpv-appimage-go-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jul 13, 2024
1 parent a455b99 commit c427437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpv-appimage-go-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ sed -i 's/name/Name/g' ./usr/share/applications/*desktop # https://github.com/mp
# MAKE APPIMAGE USING FUSE3 COMPATIBLE APPIMAGETOOL
cd .. && wget -q "$APPIMAGETOOL" -O ./appimagetool && chmod a+x ./appimagetool || exit 1
./appimagetool --appimage-extract-and-run deploy "$APPDIR"/usr/share/applications/*.desktop || exit 1
sed -i 's/export PYTHONHOME/#export PYTHONHOME/g' "$APPDIR"/AppRun # unsets this since python isn't bundled
ARCH=x86_64 VERSION="$APPVERSION-go-appimage" ./appimagetool --appimage-extract-and-run -s ./"$APPDIR" || exit 1
[ -n "$APP" ] && mv ./*.AppImage .. && cd .. && rm -rf ./"$APP" && echo "All Done!" || exit 1
[ -n "$APP" ] && mv ./*.AppImage .. && cd .. && rm -rf ./"$APP" && echo "All Done!" || exit 1

0 comments on commit c427437

Please sign in to comment.