This commit is contained in:
闫婷婷 2022-06-17 09:56:18 +08:00
parent d240dd7333
commit 138727184f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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