Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa authored Mar 4, 2025
1 parent 046ce1b commit 494aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/appimage/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cp package/appimage/icon.svg $APP.AppDir

wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x ./appimagetool-*.AppImage
./appimagetool-*.AppImage deploy ./$APP.AppDir/usr/share/applications/m8c.desktop
./appimagetool-*.AppImage -s deploy ./$APP.AppDir/usr/share/applications/m8c.desktop
./appimagetool-*.AppImage ./$APP.AppDir


0 comments on commit 494aad0

Please sign in to comment.