Skip to content

Commit

Permalink
Tools/Build - Don't log everything to console and don't use log file …
Browse files Browse the repository at this point in the history
…directly (logs folder may not exist yet)
  • Loading branch information
coeing committed Apr 27, 2018
1 parent b755b1a commit 748cb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/Build/BuildUnityPackage.2017.1.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REM @echo off
@echo off

REM Setup
REM Install perl on your system, if not already existent: https://www.perl.org/get.html
Expand Down
2 changes: 1 addition & 1 deletion Tools/Build/BuildUnityPackage.5.5.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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" > logs/BuildUnity55Package.log
BuildUnityPackage.bat "%UNITY_5_5_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.5"

0 comments on commit 748cb97

Please sign in to comment.