【打包】路径修改

main
马远征 2023-11-14 12:00:25 +08:00
parent ad8e6a1be1
commit d540ef00a0
2 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@ CLEARCACHED="yes"
#CLEARCACHED="no" #CLEARCACHED="no"
# Set the build folder and name # Set the build folder and name
BUILD_FOLDER="../../Builds/$PLATFORM/$VERSION" #相对assets路径 BUILD_FOLDER="../Builds/$PLATFORM/$VERSION" #相对assets路径
BUILD_NAME="MyUnityBuild" BUILD_NAME="MyUnityBuild"
APP_NAME="MyUnityApp" APP_NAME="MyUnityApp"
EXECUTE_METHOD="BatchBuild.BuildContentAndPlayer" EXECUTE_METHOD="BatchBuild.BuildContentAndPlayer"
LOG_FILE="../../../Builds/$PLATFORM/$VERSION/build.log" # 相对脚本路径 LOG_FILE="../../Builds/$PLATFORM/$VERSION/build.log" # 相对脚本路径
echo "build folder is: "$BUILD_FOLDER" , log is : "$LOG_FILE" , Start building ... ... " echo "build folder is: "$BUILD_FOLDER" , log is : "$LOG_FILE" , Start building ... ... "

2
Tool/BuildTool/upload_to_server.sh Normal file → Executable file
View File

@ -18,7 +18,7 @@ REMOTE_HOST="132.232.113.98"
REMOTE_PATH="/var/www/html/nld/WorkSpace/$PLATFORM/$VERSION" REMOTE_PATH="/var/www/html/nld/WorkSpace/$PLATFORM/$VERSION"
# Set remote Build Path (local) (modify as needed) # Set remote Build Path (local) (modify as needed)
BUILD_PATH="$PROJECT_Android_PATH/ServerData/$PLATFORM/" BUILD_PATH="$../../ProjectNLD/ServerData/$PLATFORM/"
# Set the URL where you want to send the message # Set the URL where you want to send the message
NOTE_URL="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=3c92758c-1128-4931-ac8d-f19669d7befe" NOTE_URL="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=3c92758c-1128-4931-ac8d-f19669d7befe"