mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
31ce3c5fd0
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
10 lines
256 B
Bash
Executable File
10 lines
256 B
Bash
Executable File
#!/bin/bash
|
|
|
|
jarsigner -digestalg SHA1 -sigalg MD5withRSA -verbose -keystore /home/luis/Downloads/carnavalguachin.keystore -storepass 12345678 "$1" momoselacome
|
|
|
|
echo ""
|
|
echo ""
|
|
echo "Checking if APK is verified..."
|
|
jarsigner -verify "$1" -verbose -certs
|
|
|