diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index 3803b530e..f6b252929 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -89,8 +89,10 @@ if [ $is_linux = true ]; then 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 + VERSION=1.0 + ./appimagetool-*.AppImage -s deploy AppDir/usr/share/applications/*.desktop - VERSION=1.0 ./appimagetool-*.AppImage ./AppDir + ./appimagetool-*.AppImage ./AppDir # Rename AppImaage. set -- R*.AppImage