diff options
author | tpart <tpart120@proton.me> | 2025-03-16 23:35:47 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-16 23:35:47 +0100 |
commit | 026248473d1d4538bd88a1641eac9f859f823eb4 (patch) | |
tree | 1bc0c7a75e4b0439e90fbfbea5c0f8adb5cdc3c2 | |
parent | d22c2604303006b24bff5f6c800ecdeb21e646f1 (diff) | |
download | hurrycurry-snap-026248473d1d4538bd88a1641eac9f859f823eb4.tar hurrycurry-snap-026248473d1d4538bd88a1641eac9f859f823eb4.tar.bz2 hurrycurry-snap-026248473d1d4538bd88a1641eac9f859f823eb4.tar.zst |
Update to Godot 4.4
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 417f8fa..9d67dcc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -85,12 +85,12 @@ parts: godot-editor: plugin: dump - source: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_linux.x86_64.zip + source: https://github.com/godotengine/godot/releases/download/4.4-stable/Godot_v4.4-stable_linux.x86_64.zip organize: { "Godot_*": bin/godot-editor } godot: plugin: dump - source: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_linux.x86_64.zip + source: https://github.com/godotengine/godot/releases/download/4.4-stable/Godot_v4.4-stable_linux.x86_64.zip organize: { "Godot*": bin/godot } prime: [bin/godot] |