Add script to package editor for linux

This commit is contained in:
Wojtek Figat
2021-03-13 12:47:55 +01:00
parent 1d6240aca5
commit 722861b929
4 changed files with 51 additions and 12 deletions

View File

@@ -8,5 +8,5 @@ echo Building and packaging platforms data...
# Change the path to the script root
cd "`dirname "$0"`"
# Run Flax.Build to generate project files (also pass the arguments)
# Run Flax.Build (also pass the arguments)
bash ./Development/Scripts/Linux/CallBuildTool.sh --deploy --deployPlatforms --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"