Skip to content

Commit a6f0b2a

Browse files
committed
fix(protonuke): run protonuke as hidden process in Windows
The Windows SYSTEM user cannot start background jobs, so run protonuke as a hidden process instead.
1 parent 3a75f15 commit a6f0b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Start-Job -ScriptBlock { C:\minimega\protonuke.exe ${protonuke_args} }
1+
Start-Process -WindowStyle Hidden -FilePath "C:\minimega\protonuke.exe" -ArgumentList "${protonuke_args}"

0 commit comments

Comments
 (0)