Files
FlaxEngine/PackagePlatforms.sh
2024-02-26 19:00:48 +01:00

13 lines
385 B
Bash
Executable File

#!/bin/sh
# Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
set -e
echo Building and packaging platforms data...
# Change the path to the script root
cd "`dirname "$0"`"
# Run Flax.Build (also pass the arguments)
bash ./Development/Scripts/Linux/CallBuildTool.sh --deploy --deployPlatforms --dotnet=7 --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"