Skip to content

Commit

Permalink
Pass additional command line arguments when using run.bat scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-c committed Oct 18, 2023
1 parent a523678 commit 3d42abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
is_win32_standalone_build = os.path.exists(python_embeded_path) and os.path.isdir(python_embeded_path)

win32_cmd = '''
.\python_embeded\python.exe -s Fooocus\entry_with_update.py {cmds}
.\python_embeded\python.exe -s Fooocus\entry_with_update.py {cmds} %*
pause
'''

Expand Down

0 comments on commit 3d42abb

Please sign in to comment.