Browse Source

Merge pull request #23944 from Calinou/remove-unused-script

Remove an unused script
Rémi Verschelde 6 năm trước cách đây
mục cha
commit
3747909fd4
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      platform/android/sign.sh

+ 0 - 9
platform/android/sign.sh

@@ -1,9 +0,0 @@
-#!/bin/bash
-
-jarsigner -digestalg SHA1 -sigalg MD5withRSA -verbose -keystore my-release-key.keystore "$1" reduz
-
-echo ""
-echo ""
-echo "Checking if APK is verified..."
-jarsigner -verify "$1" -verbose -certs
-