s-victor / TinyPedal

Free and Open Source telemetry overlay application for racing simulation
GNU General Public License v3.0
75 stars 8 forks source link

Add installer script for Linux #17

Closed berarma closed 1 year ago

berarma commented 1 year ago

I've added a shebang line to run.py that allows the script to be run directly on Linux. Windows uses its own file association mechanisms and will ignore the shebang line.

The script install.sh does the installation. It will install a desktop file so that it can be run from the desktop, and a link in /usr/local/bin so that it can also be run from the command line.

The install script expects the pyRfactor2SharedMemory directory to be populated. It checks for the __init__.py file.

s-victor commented 1 year ago

thank you very much.