- create launch scripts for Desura - that access local installation launch scripts - clean up /usr/* launch scripts created during make install
3 lines
41 B
Bash
Executable File
3 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
exec mono OpenRA.Game.exe "$@"
|