We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767510 commit e10fc50Copy full SHA for e10fc50
justfile
@@ -1,7 +1,7 @@
1
url := "https://github.com/V-Sekai/world-editor/releases/download/latest.v-sekai-editor-181/v-sekai-world.zip"
2
output := "v-sekai-world.zip"
3
extract-dir := "export"
4
-sha256 := "bcef4c5e55b84fdd7613d53f2bf00bad877eb6e49bf05b916774001cbb7bda80"
+sha256 := "964ebb46bfd3ac6e88e572449c845b42ebee05f82df9e75ca0e446b19181e754"
5
app-path := "{{extract-dir}}/godot_macos_editor_double.app"
6
executable-path := "{{app-path}}/Contents/MacOS/Godot"
7
0 commit comments