mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-02-08 08:34:26 +01:00
add macdeployqt in build step
This commit is contained in:
parent
eb5a8d1fdd
commit
33b878e52e
1
.github/workflows/BuildOSX.yml
vendored
1
.github/workflows/BuildOSX.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
cd Software/PC_Application
|
||||
qmake
|
||||
make -j9
|
||||
macdeployqt VNA2.app
|
||||
zip -ry vna2-app.zip VNA2.app
|
||||
shell: bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue