Simple tool to fix Godot Android APK permission fixer.
Hein-Pieter van Braam 29d310ec49 Update readme | hace 6 años | |
---|---|---|
.externalToolBuilders | hace 6 años | |
.settings | hace 6 años | |
m4 | hace 6 años | |
src | hace 6 años | |
.autotools | hace 6 años | |
.cproject | hace 6 años | |
.gitignore | hace 6 años | |
.project | hace 6 años | |
COPYING | hace 6 años | |
Makefile.am | hace 6 años | |
Makefile.in | hace 6 años | |
README.md | hace 6 años | |
aclocal.m4 | hace 6 años | |
ar-lib | hace 6 años | |
compile | hace 6 años | |
config.guess | hace 6 años | |
config.sub | hace 6 años | |
configure | hace 6 años | |
configure.ac | hace 6 años | |
depcomp | hace 6 años | |
install-sh | hace 6 años | |
ltmain.sh | hace 6 años | |
missing | hace 6 años |
Tool to fix Godot exported apk files.
Usage: ./godotapkfixer -j </path/to/jarsigner> -k <keystore> -p <keystore password> -a <keystore alias> apkfile.apk
example: ./godotapkfixer -j /usr/bin/jarsigner -k ~/debug.keystore -p android -a androiddebugkey game.apk
This will create a file called test_fixed.apk
See https://godotengine.org/article/godot-apk-fixer-tool for a more elaborate explanation