mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Explicitly use python2.7 in hashbang
This will work on macOS as well as Linux.
This commit is contained in:
parent
13eb21d38a
commit
4367aa17e7
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/python2.7
|
||||||
|
|
||||||
#script to launch Wine with the correct environment
|
#script to launch Wine with the correct environment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue