Skip to content

Commit

Permalink
Fix dmg image build
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnp committed May 28, 2020
1 parent 9dd9aa7 commit 77bc48a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
vmImage: 'macOS-10.15'
steps:
- script: |
npm install -g appdmg@0.5.2
npm install -g appdmg@0.6.0 --no-audit
mkdir build && cd build
curl -LO https://github.com/bow-simulation/virtualbow-dependencies/releases/download/v1.2/macos-clang_64.zip && unzip macos-clang_64.zip
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=macos-clang_64/paths.cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
Expand Down
6 changes: 3 additions & 3 deletions platforms/macos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ add_custom_command(
TARGET copy-dependencies
COMMAND ${QT_BINARY_DIR}/macdeployqt
${CMAKE_BINARY_DIR}/application/VirtualBow.app
--executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-gui
--executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-slv
--executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-post
-executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-gui
-executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-slv
-executable=${CMAKE_BINARY_DIR}/application/VirtualBow.app/Contents/MacOS/virtualbow-post
)

# Target: Dmg Installer
Expand Down

0 comments on commit 77bc48a

Please sign in to comment.