mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
arg fwd should also work on windows
This commit is contained in:
@@ -25,7 +25,7 @@ var paths = {
|
||||
var argv = {
|
||||
darwin: '"$@"',
|
||||
linux: '"$@"',
|
||||
win32: '"$@"' // 90% sure this isn't right
|
||||
win32: '%*' // does this work with " " in the args?
|
||||
}
|
||||
|
||||
if (!paths[platform]) throw new Error('Unknown platform: '+platform)
|
||||
|
||||
Reference in New Issue
Block a user