Add Mac to daily builds

This commit is contained in:
Wojciech Figat
2022-01-17 18:50:44 +01:00
parent 1043bf00b0
commit d013e04db9
2 changed files with 54 additions and 0 deletions

12
PackageEditor.command Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.
set -e
echo Building and packaging Flax Editor...
# Change the path to the script root
cd "`dirname "$0"`"
# Run Flax.Build (also pass the arguments)
bash ./Development/Scripts/Mac/CallBuildTool.sh --deploy --deployEditor --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"