【打包】路径修改
parent
ad8e6a1be1
commit
d540ef00a0
|
|
@ -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 ... ... "
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue