add todos app
This commit is contained in:
parent
25a62f9c43
commit
dfff9d383c
28 changed files with 648 additions and 1 deletions
3
justfile
3
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue