mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-25 16:04:23 +02:00
Include QtPBFImagePlugin in the Mac build
This commit is contained in:
9
.github/workflows/osx.yml
vendored
9
.github/workflows/osx.yml
vendored
@ -23,6 +23,15 @@ jobs:
|
||||
run: qmake gpxsee.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
|
||||
- name: Build project
|
||||
run: make -j3
|
||||
- name Download QtPBFImagePlugin
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: QtPBFImagePlugin
|
||||
github-token: ${{ secrets.GPXsee }}
|
||||
repository: tumic0/QtPBFImagePlugin
|
||||
path: GPXSee.app/Contents/Plugins/imageformats
|
||||
pattern: libpbf.dylib
|
||||
run-id: 97
|
||||
- name: Create DMG
|
||||
run: macdeployqt GPXSee.app -dmg -appstore-compliant
|
||||
- name: Upload artifacts
|
||||
|
Reference in New Issue
Block a user