Skip to content

Commit 74de49f

Browse files
author
lampenlampen
authored
fix #392: crash if space in path; (#393)
1 parent 46f39ac commit 74de49f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Files/Assets/terminal/terminal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"name": "CMD",
77
"path": "cmd.exe",
88
"arguments": "/k \"cd /d {0} && title Command Prompt\"",
9-
"icon": "C:\\Users\\felix\\Pictures\\BingImageOfTheDay_20190730.jpg"
9+
"icon": ""
1010
}
1111
/*
1212
{
1313
"id": 2,
1414
"name": "PowerShell Core 6",
1515
"path": "pwsh.exe",
16-
"arguments": "-WorkingDirectory {0}",
17-
"icon": "C:\\Users\\felix\\Pictures\\BingImageOfTheDay_20190730.jpg"
16+
"arguments": "-WorkingDirectory \"{0}\"",
17+
"icon": ""
1818
}
1919
*/
2020
]

0 commit comments

Comments
 (0)