We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c945fa commit 866e462Copy full SHA for 866e462
.github/workflows/build.yml
@@ -98,4 +98,4 @@ jobs:
98
uses: actions/upload-artifact@v2
99
with:
100
name: gqrx-macos-${{ github.run_id }}
101
- path: Gqrx.dmg
+ path: Gqrx-*.dmg
macos_bundle.sh
@@ -44,3 +44,4 @@ cp resources/icons/gqrx.icns Gqrx.app/Contents/Resources
44
45
dylibbundler -s /usr/local/opt/icu4c/lib/ -od -b -x Gqrx.app/Contents/MacOS/gqrx -d Gqrx.app/Contents/Libs/
46
/usr/local/opt/qt/bin/macdeployqt Gqrx.app -dmg -no-strip -always-overwrite
47
+mv Gqrx.app Gqrx-$GQRX_VERSION.app
0 commit comments