🐛 | Find exe from the same directory than the launcher.
Some checks are pending
Gitea Action Test / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Action Test / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
2
main.py
2
main.py
@ -32,7 +32,7 @@ def launch_exe():
|
|||||||
root.after(5000, lambda: pyautogui.keyUp("shift"))
|
root.after(5000, lambda: pyautogui.keyUp("shift"))
|
||||||
|
|
||||||
subprocess.call([
|
subprocess.call([
|
||||||
"./Battlefield 1942/Battlefield 1942/BF1942.exe",
|
"./BF1942.exe",
|
||||||
"+game", "FinnWars",
|
"+game", "FinnWars",
|
||||||
"+restart", "1",
|
"+restart", "1",
|
||||||
"+game", "FinnWars",
|
"+game", "FinnWars",
|
||||||
|
Reference in New Issue
Block a user