mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
cmder: Quote spaces in %USERPROFILE% (#3486)
This commit is contained in:
parent
b03b500faf
commit
21922cc967
@ -15,7 +15,7 @@
|
||||
[
|
||||
"Cmder.exe",
|
||||
"Cmder",
|
||||
"/start %USERPROFILE%"
|
||||
"/start \"%USERPROFILE%\""
|
||||
]
|
||||
],
|
||||
"persist": [
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
[
|
||||
"Cmder.exe",
|
||||
"Cmder",
|
||||
"/start %USERPROFILE%"
|
||||
"/start \"%USERPROFILE%\""
|
||||
]
|
||||
],
|
||||
"persist": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user