Skip to content

Commit

Permalink
Remove BUILD_EXPORT_ENCRYPTED_KEY which doesn't work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Nov 27, 2024
1 parent 736071d commit 5a18bf0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ build_apk() {
shopt -u nullglob
popd

if [[ "${BUILD_EXPORT_ENCRYPTED_KEY}" == "1" ]]; then
echo "Export Encrypted Key"
ENCRYPTED_KEY="private_key.pepk"
java -jar /root/pepk.jar --keystore="${KS}" --alias="${KA}" --encryptionkey="eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a" --output="${OUTPUT_DIR}/${ENCRYPTED_KEY}" --key-pass="${KAP}" --keystore-pass="${KSP}"
fi

###
# For the download page, we need the primary color and localized string for "Download APK"
#
Expand Down

0 comments on commit 5a18bf0

Please sign in to comment.