path
This commit is contained in:
parent
d240dd7333
commit
138727184f
|
|
@ -31,7 +31,7 @@ PROJ_PATH=${CurrentScriptPath//${CurrentScriptRelativePath}//""}
|
||||||
PROJ_PATH=${PROJ_PATH%?}
|
PROJ_PATH=${PROJ_PATH%?}
|
||||||
|
|
||||||
# unity app path
|
# unity app path
|
||||||
UNITY_PATH=/Applications/Unity/Hub/Editor/2019.4.19f1/Unity.app/Contents/MacOS/Unity
|
UNITY_PATH=/Applications/Unity2019.4.19f1/Unity.app/Contents/MacOS/Unity
|
||||||
|
|
||||||
# 构建日志的输出路径
|
# 构建日志的输出路径
|
||||||
LOG_PATH=$PROJ_PATH/BuildProductDir/Android/Log/BuildApk.log
|
LOG_PATH=$PROJ_PATH/BuildProductDir/Android/Log/BuildApk.log
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ PROJ_PATH=${CurrentScriptPath//${CurrentScriptRelativePath}//""}
|
||||||
PROJ_PATH=${PROJ_PATH%?}
|
PROJ_PATH=${PROJ_PATH%?}
|
||||||
|
|
||||||
# unity app path
|
# unity app path
|
||||||
UNITY_PATH=/Applications/Unity/Hub/Editor/2019.4.19f1/Unity.app/Contents/MacOS/Unity
|
UNITY_PATH=/Applications/Unity2019.4.19f1/Unity.app/Contents/MacOS/Unity
|
||||||
|
|
||||||
# 构建日志的输出路径
|
# 构建日志的输出路径
|
||||||
LOG_PATH=$PROJ_PATH/BuildProductDir/iOS/Log/BuildIpa.log
|
LOG_PATH=$PROJ_PATH/BuildProductDir/iOS/Log/BuildIpa.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue