Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c03ff97c authored by Hasib Prince's avatar Hasib Prince
Browse files

revert: removed debug logs

parent 2dbc3e82
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,11 +19,8 @@ cd $APK_PATH
cp $UNSIGNED_APK $COMMUNITY_APK
cp $UNSIGNED_APK $OFFICIAL_APK

echo "Copied $UNSIGNED_APK to $OFFICIAL_APK"

if [[ -n "$TEST_APK" ]]; then
  cp $UNSIGNED_APK $TEST_APK
  echo "Copied $UNSIGNED_APK to $TEST_APK"
fi

echo "${KEYSTORE}" | base64 -d > ~/proprietary.keystore.jks