This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
CORE-Manager/README.md
2023-07-07 02:47:14 +02:00

23 lines
1.2 KiB
Markdown

<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. Easy as that.