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
2463fa81
Commit
2463fa81
authored
4 years ago
by
John Schihada
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted DEPLOY.md and batch-file
parent
0aa0eedd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Assets/Images/dmg_background.png
+3
-0
3 additions, 0 deletions
Assets/Images/dmg_background.png
DEPLOY.md
+5
-4
5 additions, 4 deletions
DEPLOY.md
MultiBuild.bat
+1
-2
1 addition, 2 deletions
MultiBuild.bat
with
9 additions
and
6 deletions
Assets/Images/dmg_background.png
0 → 100644
LFS
+
3
−
0
View file @
2463fa81
129 B
This diff is collapsed.
Click to expand it.
DEPLOY.md
+
5
−
4
View file @
2463fa81
...
...
@@ -26,7 +26,8 @@ at the same time with the *same* version number.
### Archive type
-
For Linux and macOS, deploy
`.tar.gz`
files (-> smallest file size as compared to
`.zip`
and
`.tar`
).
-
For Linux, deploy
`.tar.gz`
files (-> smallest file size as compared to
`.zip`
and
`.tar`
)
-
For macOS, deploy
`.dmg`
files
-
For Windows, deploy
`.zip`
files (-> guaranteed compatibility among end users since Windows Explorer can open them)
### Building Binaries (MultiBuild.bat can be used to do this automatically. MultiBuild.sh is maybe outdated and needs adjustments)
...
...
@@ -45,11 +46,11 @@ 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: 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
-
For macOS: Create a dmg-file from the .app-file (Only possible on macOS)
-
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
\>
-
hdiutil create UFrameIT-
\<
version
\>
-Mac
.dmg -volname "UFrameIT
-
\<
version
\>
" -srcfolder UFrameIT-Image-Folder
-
For adjusting the appearance of the dmg, the image from "Assets/Images/dmg_background.png" can be used
### 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
−
2
View file @
2463fa81
...
...
@@ -33,5 +33,4 @@ 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, see DEPLOY.md)
start "Mac-tgz" /D "
%projectPath%
" /W tar -zcvf UFrameIT-Mac.tar.gz FrameWorld.app
\ No newline at end of file
set /p=Please use macOS to create a dmg-file from the .app-file, see DEPLOY.md. Hit ENTER to exit...
\ 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