add todos app

This commit is contained in:
Fabien Freling 2026-04-28 13:47:29 +02:00
parent 25a62f9c43
commit dfff9d383c
28 changed files with 648 additions and 1 deletions

View file

@ -5,6 +5,9 @@ alias e := edit
edit:
godot4 --editor --quiet godot/project.godot
todos:
godot4 --editor --quiet todos/project.godot
android-keystore:
mkdir -p android
keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore android/debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12