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

12
PackageEditor.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Copyright (c) 2012-2020 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/Linux/CallBuildTool.sh --deploy --deployEditor --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"