瀏覽代碼

Remove an unused script

[ci skip]
Hugo Locurcio 6 年之前
父節點
當前提交
8c7087ff7f
共有 1 個文件被更改,包括 0 次插入9 次删除
  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
-