Skip to content
Snippets Groups Projects
Unverified Commit 0af33d38 authored by John Schihada's avatar John Schihada Committed by GitHub
Browse files

Update DEPLOY.md

parent 06b95926
No related branches found
No related tags found
No related merge requests found
...@@ -43,13 +43,13 @@ at the same time with the *same* version number. ...@@ -43,13 +43,13 @@ at the same time with the *same* version number.
- Via Unity-UI: File -> Build Settings... -> Choose "Target Platform" and "Architecture" -> Build - Via Unity-UI: File -> Build Settings... -> Choose "Target Platform" and "Architecture" -> Build
### Building Archives ### Building Archives
- For Windows: zip -r <TARGET-DIR>/UFrameIT-<version>-Windows.zip <SOURCE-DIR> - For Windows: zip -r \<TARGET-DIR\>/UFrameIT-\<version\>-Windows.zip \<SOURCE-DIR\>
- For Linux: tar -zcvf UFrameIT-<version>-Linux.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 - 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 - mkdir UFrameIT-Image-Folder
- cp <UFrameIT-.app-file> UFrameIT-Image-Folder/<UFrameIT-.app-file> - cp \<UFrameIT-.app-file\> UFrameIT-Image-Folder/\<UFrameIT-.app-file\>
- hdiutil create UFrameIT-Image.dmg -volname "UFrameIT Image" -srcfolder UFrameIT-Image-Folder - hdiutil create UFrameIT-Image.dmg -volname "UFrameIT Image" -srcfolder UFrameIT-Image-Folder
- tar -zcvf UFrameIT-<version>-Mac.tar.gz <SOURCE-DIR> - tar -zcvf UFrameIT-\<version\>-Mac.tar.gz \<SOURCE-DIR\>
### Hints for deployment ### Hints for deployment
- The build for macOS usually only works if it's built from a Mac - The build for macOS usually only works if it's built from a Mac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment