File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ checkResult
208208
209209# 签名完整包
210210$ANDROID_HOME /build-tools/32.0.0/zipalign -p -v 4 $localPath /APPTest/build/outputs/apk/debug/${appPrefix} _V${versionWithCode} _debug.apk $localPath /bin/temp/${appPrefix} _V${versionWithCode} _${timeinfo} _beta_unsigned_zipalign.apk
211- $ANDROID_HOME /build-tools/32.0.0/apksigner sign --ks $localPath /debug.keystore --out $localPath /bin/${appPrefix} _V${versionWithCode} _${timeinfo} _beta.apk --ks-pass pass:android $localPath /bin/temp/${appPrefix} _V${versionWithCode} _${timeinfo} _beta_unsigned_zipalign.apk
211+ $ANDROID_HOME /build-tools/32.0.0/apksigner sign --ks $localPath /debug.keystore --out $localPath /bin/temp/${appPrefix} _V${versionWithCode} _${timeinfo} _beta.apk --ks-pass pass:android $localPath /bin/temp/${appPrefix} _V${versionWithCode} _${timeinfo} _beta_unsigned_zipalign.apk
212+ cp -fr $localPath /bin/temp/${appPrefix} _V${versionWithCode} _${timeinfo} _beta.apk $localPath /bin/${appPrefix} _V${versionWithCode} _${timeinfo} _beta.apk
212213checkResult
213214
214215echo " ********APK build debug with end*******"
You can’t perform that action at this time.
0 commit comments