Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SkywardHub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
SkywardHub
Commits
499ad450
Commit
499ad450
authored
2 years ago
by
Alberto Nidasio
Browse files
Options
Downloads
Patches
Plain Diff
[Deploy] Saved MacOS deploy script
parent
aac073b1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
macdeploy.sh
+8
-0
8 additions, 0 deletions
macdeploy.sh
with
10 additions
and
1 deletion
.gitignore
+
2
−
1
View file @
499ad450
...
@@ -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
This diff is collapsed.
Click to expand it.
macdeploy.sh
0 → 100755
+
8
−
0
View file @
499ad450
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment