23 lines
No EOL
1.1 KiB
Text
23 lines
No EOL
1.1 KiB
Text
<p align=center><img width=200px height=200px src="https://git.staropensource.de/staropensource/core/raw/branch/develop/soscore.png"/></p>
|
|
|
|
# CORE Manager
|
|
CORE Manager installs, updates and migrates CORE installations.
|
|
|
|
# Warning
|
|
This is not the CORE framework itself, just the installer. Visit [StarOpenSource/core](https://git.staropensource.de/StarOpenSource/core) for the framework itself and it's documentation.
|
|
|
|
# Download
|
|
- [Linux](https://git.staropensource.de/StarOpenSource/core-manager/releases/download/b0/CORE-Manager.elf)
|
|
- [Windows](https://git.staropensource.de/StarOpenSource/core-manager/releases/download/b0/CORE-Manager.elf)
|
|
- macOS: Use the Windows version using Wine (code signing is the issue)
|
|
|
|
# How to install/update/migrate CORE?
|
|
1. Download and launch CORE-Manager
|
|
2. Enter the path to your Godot project
|
|
3. Click on **Install**, **Update** or **Migrate**
|
|
|
|
# How does it update/migrate?
|
|
It simply makes a backup of your config.gd, removes the CORE folder, reinstalls it and copies the config.gd back.
|
|
|
|
# How does it install?
|
|
It fetches [this JSON file](https://fs.staropensource.de/uac/core) and simply downloads all files listed in there. |