mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix make-sfx macos support
This commit is contained in:
parent
e357aa546c
commit
dc6bde594d
3 changed files with 6 additions and 3 deletions
2
.vscode/launch.py
vendored
2
.vscode/launch.py
vendored
|
@ -30,6 +30,8 @@ except:
|
|||
|
||||
argv = [os.path.expanduser(x) if x.startswith("~") else x for x in argv]
|
||||
|
||||
argv += sys.argv[1:]
|
||||
|
||||
if re.search(" -j ?[0-9]", " ".join(argv)):
|
||||
argv = [sys.executable, "-m", "copyparty"] + argv
|
||||
sp.check_call(argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue