Files
millimeters-of-aluminum/.gitea/scripts/setup_editor.sh
olof.pettersson dcb805eaca Update engine hash
2025-12-03 15:56:35 +01:00

12 lines
515 B
Bash

#!/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."