Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Failframeit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FrameIT
Failframeit
Commits
199502fb
Commit
199502fb
authored
4 years ago
by
John Schihada
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted scripts/manuals according to dmg-creation on macOS
parent
a4949b60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DEPLOY.md
+6
-1
6 additions, 1 deletion
DEPLOY.md
MultiBuild.bat
+1
-1
1 addition, 1 deletion
MultiBuild.bat
with
7 additions
and
2 deletions
DEPLOY.md
+
6
−
1
View file @
199502fb
...
...
@@ -44,7 +44,12 @@ at the same time with the *same* version number.
### Building Archives
-
For Windows: zip -r
<TARGET-DIR>
/UFrameIT-
<version>
-Windows.zip
<SOURCE-DIR>
-
For Linux/macOS: tar -zcvf UFrameIT-
<version>
-
<TARGET>
.tar.gz
<SOURCE-DIR>
-
For Linux: tar -zcvf UFrameIT-
<version>
-Linux.tar.gz
<SOURCE-DIR>
-
For macOS: 1) Create a dmg-file from the .app-file (Only possible on macOS) 2) Build a tgz-file from that dmg
-
mkdir UFrameIT-Image-Folder
-
cp
<UFrameIT-.app-file>
UFrameIT-Image-Folder/
<UFrameIT-.app-file>
-
hdiutil create UFrameIT-Image.dmg -volname "UFrameIT Image" -srcfolder UFrameIT-Image-Folder
-
tar -zcvf UFrameIT-
<version>
-Mac.tar.gz
<SOURCE-DIR>
### Hints for deployment
-
The build for macOS usually only works if it's built from a Mac
...
...
This diff is collapsed.
Click to expand it.
MultiBuild.bat
+
1
−
1
View file @
199502fb
...
...
@@ -33,5 +33,5 @@ start "Windows-zip" /D "%projectPath%" /W zip -r UFrameIT-Windows.zip Build
echo Creating Linux tgz-file...
start "Linux-tgz" /D "
%projectPath%
" /W tar -zcvf UFrameIT-Linux.tar.gz Linux
echo Creating Mac tgz-file... (Please use macOS to create a dmg-file from the .app-file)
echo Creating Mac tgz-file... (Please use macOS to create a dmg-file from the .app-file
, see DEPLOY.md
)
start "Mac-tgz" /D "
%projectPath%
" /W tar -zcvf UFrameIT-Mac.tar.gz FrameWorld.app
\ No newline at end of file
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