File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
default-build-script/Assets/Editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public static void BuildProject()
2727 } ;
2828
2929 // Set version for this build
30- VersionApplicator . SetVersion ( options [ "version " ] ) ;
30+ VersionApplicator . SetVersion ( options [ "buildVersion " ] ) ;
3131 VersionApplicator . SetAndroidVersionCode ( options [ "androidVersionCode" ] ) ;
3232
3333 // Apply Android settings
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
119119 -customBuildTarget " $BUILD_TARGET " \
120120 -customBuildPath " $CUSTOM_BUILD_PATH " \
121121 -executeMethod " $BUILD_METHOD " \
122- -version " $VERSION " \
122+ -buildVersion " $VERSION " \
123123 -androidVersionCode " $ANDROID_VERSION_CODE " \
124124 -androidKeystoreName " $ANDROID_KEYSTORE_NAME " \
125125 -androidKeystorePass " $ANDROID_KEYSTORE_PASS " \
You can’t perform that action at this time.
0 commit comments