Update project references from YOU_GET_CHEMO to chemo-sim in documentation
This commit is contained in:
+3
-3
@@ -27,13 +27,13 @@ godot --editor
|
||||
### Windows
|
||||
|
||||
```bash
|
||||
godot --export-release Windows "build/windows/YOU_GET_CHEMO.exe"
|
||||
godot --export-release Windows "build/windows/chemo-sim.exe"
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
```bash
|
||||
godot --export-release Linux "build/linux/YOU_GET_CHEMO.x86_64"
|
||||
godot --export-release Linux "build/linux/chemo-sim.x86_64"
|
||||
```
|
||||
|
||||
## CI/CD (GitHub Actions)
|
||||
@@ -72,5 +72,5 @@ Set version in `project.godot` → `application/config/version`.
|
||||
| Problem | Fix |
|
||||
| ----------------------------------- | ------------------------------------------------------------------- |
|
||||
| Export fails with missing templates | Download export templates in Godot Editor → Manage Export Templates |
|
||||
| Linux build won't run | `chmod +x build/linux/YOU_GET_CHEMO.x86_64` |
|
||||
| Linux build won't run | `chmod +x build/linux/chemo-sim.x86_64` |
|
||||
| Godot version mismatch | Check CI config and local Godot version match |
|
||||
|
||||
Reference in New Issue
Block a user