A third-party scoop bucket tracking Godot versions
- Install scoop
- Run
scoop bucket add godot https://github.com/RespiteFromReality/scoop-godot/ - Run
scoop update
- Run
scoop bucket rm godot
- To see what Godot versions are available use
scoop search godotor look inside the bucket folder, each json is a package. - To install a package use
scoop install godot/<package name>(like godot-beta-mono)
- Provided as-is, do not make this a core dependency of your workflow or god forbit CI/CD.