#!/bin/bash # Config: The exact engine version this game project depends on # You update this hash when you upgrade the engine ENGINE_VERSION="a90daf08c2bb52d6cb4ba67bb5cbe09d79b2c4eb" echo "Fetching Custom Editor [${ENGINE_VERSION}]..." # Download from your Registry curl -O "https://gitea.212.63.210.91.nip.io/api/packages/seedlingattempt/generic/godot-editor-windows/${ENGINE_VERSION}/godot-editor-windows.zip" unzip -o godot-editor-windows.zip echo "Editor ready! Run ./godot.windows.editor...exe to start."