Skip to content

Commit

Permalink
Pass flags from batch file to Python exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Kataiser committed Oct 12, 2023
1 parent 8717f0a commit b777b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TF2 Rich Presence/TF2 Rich Presence.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if not exist resources\ (
)
)

start "" "resources\python-3.11.3-embed-win32\pythonw.exe" -I -B "resources\launcher.py"
start "" "resources\python-3.11.3-embed-win32\pythonw.exe" -I -B "resources\launcher.py" %*
goto close

:bail
Expand Down

0 comments on commit b777b2f

Please sign in to comment.