Simple tool to fix Godot Android APK permission fixer.
Hein-Pieter van Braam 29d310ec49 Update readme | пре 6 година | |
---|---|---|
.externalToolBuilders | пре 6 година | |
.settings | пре 6 година | |
m4 | пре 6 година | |
src | пре 6 година | |
.autotools | пре 6 година | |
.cproject | пре 6 година | |
.gitignore | пре 6 година | |
.project | пре 6 година | |
COPYING | пре 6 година | |
Makefile.am | пре 6 година | |
Makefile.in | пре 6 година | |
README.md | пре 6 година | |
aclocal.m4 | пре 6 година | |
ar-lib | пре 6 година | |
compile | пре 6 година | |
config.guess | пре 6 година | |
config.sub | пре 6 година | |
configure | пре 6 година | |
configure.ac | пре 6 година | |
depcomp | пре 6 година | |
install-sh | пре 6 година | |
ltmain.sh | пре 6 година | |
missing | пре 6 година |
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