mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00

I have chosen to use JSON and move the script into a file so it is possible to use GNOME Builder to test/run. The reason for the gitignore change is so the ClassiCubeLauncher file is not ignored. Also, ClassiCube using SDL3 launches on GNOME now.
3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/sh
|
|
mkdir -p ${XDG_DATA_HOME}/ClassiCube
|
|
cd ${XDG_DATA_HOME}/ClassiCube && exec ClassiCube $@ |