b508c8cae1
on startup and run the game from there - Force zero optimization, -O2 make the game segfault on amd64
3 lines
93 B
Bash
3 lines
93 B
Bash
#!/bin/sh
|
|
cp -R %%PREFIX%%/share/daimonin_client ~/.daimonin
|
|
cd ~/.daimonin && ./daimonin $*
|