Skip to content

Commit 5a18bf0

Browse files
committed
Remove BUILD_EXPORT_ENCRYPTED_KEY which doesn't work anymore
1 parent 736071d commit 5a18bf0

File tree

1 file changed

+0
-6
lines changed
  • application/console/views/cron/scripts/upload/default

1 file changed

+0
-6
lines changed

application/console/views/cron/scripts/upload/default/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ build_apk() {
157157
shopt -u nullglob
158158
popd
159159

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-
166160
###
167161
# For the download page, we need the primary color and localized string for "Download APK"
168162
#

0 commit comments

Comments
 (0)