PySolFC/pysol-start-script
Stewart Adam f9d5650a55 - Patch desktop file to use pysol and not pysol.py for exec
- Force pygame as sound mod, makes PySolFC work with PulseAudio
2010-02-23 04:12:58 +00:00

3 lines
70 B
Bash

#!/bin/sh
/usr/share/PySolFC/pysol.py "$@" --sound-mod=pygame
exit $?