diff --git a/Tools/Build/BuildUnityPackage.5.3.bat b/Tools/Build/BuildUnityPackage.5.3.bat deleted file mode 100644 index dbb09c503..000000000 --- a/Tools/Build/BuildUnityPackage.5.3.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - -REM Setup -REM Install perl on your system, if not already existent: https://www.perl.org/get.html -REM Set environment variables: -REM UNITY_5_3_PATH is the path to your Unity3D 5.5 installation (e.g. C:\Program Files\Unity) - -if ["%UNITY_5_3_PATH%"] == [""] ( - echo UNITY_5_3_PATH not set - goto :EOF -) - -BuildUnityPackage.bat "%UNITY_5_3_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.3" > BuildUnityPackage.log diff --git a/Tools/Build/BuildUnityPackage.5.5.bat b/Tools/Build/BuildUnityPackage.5.5.bat index 775483e80..633b2a038 100644 --- a/Tools/Build/BuildUnityPackage.5.5.bat +++ b/Tools/Build/BuildUnityPackage.5.5.bat @@ -10,4 +10,4 @@ if ["%UNITY_5_5_PATH%"] == [""] ( goto :EOF ) -BuildUnityPackage.bat "%UNITY_5_5_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.5" > BuildUnityPackage.log +BuildUnityPackage.bat "%UNITY_5_5_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.5" > logs/BuildUnity55Package.log diff --git a/Tools/Build/BuildUnityPackage.5.6.bat b/Tools/Build/BuildUnityPackage.5.6.bat index d05d5de20..1696b9c60 100644 --- a/Tools/Build/BuildUnityPackage.5.6.bat +++ b/Tools/Build/BuildUnityPackage.5.6.bat @@ -10,4 +10,4 @@ if ["%UNITY_5_6_PATH%"] == [""] ( goto :EOF ) -BuildUnityPackage.bat "%UNITY_5_6_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.6" +BuildUnityPackage.bat "%UNITY_5_6_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.6" > logs/BuildUnity56Package.log