Commit 2ba0dfc7 authored by nanahira's avatar nanahira

error handle

parent a22da402
......@@ -5,6 +5,7 @@ set UNITY_PATH="C:\Program Files\Unity\Editor\Unity.exe"
mkdir output
mkdir dist
%UNITY_PATH% -batchmode -nographics -silent-crashes -projectPath %cd% -logFile dist/build.log -executeMethod BuildHelper.Build -quit
if %errorlevel% neq 0 exit /b %errorlevel%
cat build.log
bash -c "sed -i '/>UIStatusBarStyle</i\ <key>UIFileSharingEnabled</key>\n <true />\n <key>LSSupportsOpeningDocumentsInPlace</key>\n <true />' output/Info.plist"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment