Skip to content
Snippets Groups Projects
Commit 499ad450 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[Deploy] Saved MacOS deploy script

parent aac073b1
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ SkywardHub.pro.user ...@@ -2,3 +2,4 @@ SkywardHub.pro.user
SkywardHub.pro.user.* SkywardHub.pro.user.*
.build .build
**/.DS_Store **/.DS_Store
Deploy/*
\ No newline at end of file
BUILD_DIR=../build-SkywardHub-Desktop_Qt_5_15_2_clang_64bit-Release
# macdeployqt script to bundle the app the all its dependedcies
~/Qt/5.15.2/clang_64/bin/macdeployqt $BUILD_DIR/SkywardHub.app
# Move the bundle in a new forlder
mkdir -p ./Deploy
cp -r $BUILD_DIR/SkywardHub.app ./Deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment