Skip to content

Commit 866e462

Browse files
committed
Include version number in DMG filename
1 parent 3c945fa commit 866e462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
uses: actions/upload-artifact@v2
9999
with:
100100
name: gqrx-macos-${{ github.run_id }}
101-
path: Gqrx.dmg
101+
path: Gqrx-*.dmg

macos_bundle.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ cp resources/icons/gqrx.icns Gqrx.app/Contents/Resources
4444

4545
dylibbundler -s /usr/local/opt/icu4c/lib/ -od -b -x Gqrx.app/Contents/MacOS/gqrx -d Gqrx.app/Contents/Libs/
4646
/usr/local/opt/qt/bin/macdeployqt Gqrx.app -dmg -no-strip -always-overwrite
47+
mv Gqrx.app Gqrx-$GQRX_VERSION.app

0 commit comments

Comments
 (0)