update to godot 4.6
This commit is contained in:
parent
9dab042f5a
commit
e26bf7ea2b
9 changed files with 22 additions and 17 deletions
6
justfile
6
justfile
|
|
@ -1,15 +1,13 @@
|
|||
# alias fmt := format
|
||||
|
||||
alias e := edit
|
||||
edit:
|
||||
nixVulkanIntel godot4 --editor --quiet godot/project.godot
|
||||
godot4 --editor --quiet godot/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
|
||||
keytool -v -genkey -keystore logue.keystore -alias logue -keyalg RSA -validity 10000
|
||||
|
||||
pre-build:
|
||||
git submodule update --init --recursive
|
||||
|
||||
format:
|
||||
fd -e nix -X nix fmt {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue