mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 13:46:06 +01:00
proton: Call python3 explicitly on Linux
Frustratingly, Ubuntu ships no python binary by default, only python3, so we can't just call python and expect it to work. This will fail on distros that don't ship python3, but them's the breaks.
This commit is contained in:
parent
59b018c19d
commit
5286f43fda
3 changed files with 9 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
#to enable these settings, name this file "user_settings.py"
|
||||
|
||||
user_settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue