mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
fix make-sfx macos support
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user