We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736071d commit 5a18bf0Copy full SHA for 5a18bf0
application/console/views/cron/scripts/upload/default/build.sh
@@ -157,12 +157,6 @@ build_apk() {
157
shopt -u nullglob
158
popd
159
160
- if [[ "${BUILD_EXPORT_ENCRYPTED_KEY}" == "1" ]]; then
161
- echo "Export Encrypted Key"
162
- ENCRYPTED_KEY="private_key.pepk"
163
- java -jar /root/pepk.jar --keystore="${KS}" --alias="${KA}" --encryptionkey="eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a" --output="${OUTPUT_DIR}/${ENCRYPTED_KEY}" --key-pass="${KAP}" --keystore-pass="${KSP}"
164
- fi
165
-
166
###
167
# For the download page, we need the primary color and localized string for "Download APK"
168
#
0 commit comments