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