File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ checkResult
208
208
209
209
# 签名完整包
210
210
$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
212
213
checkResult
213
214
214
215
echo " ********APK build debug with end*******"
You can’t perform that action at this time.
0 commit comments