mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Remove trailing space in cygwin
This commit is contained in:
parent
dacb936a5b
commit
c4e100bc19
@ -20,7 +20,7 @@
|
|||||||
"url": "https://cygwin.com/setup-x86.exe"
|
"url": "https://cygwin.com/setup-x86.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"root\\bin\\bash.exe",
|
"root\\bin\\bash.exe",
|
||||||
@ -49,9 +49,9 @@
|
|||||||
],
|
],
|
||||||
"pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"",
|
"pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"",
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"root\\Cygwin.bat",
|
"root\\Cygwin.bat",
|
||||||
"Cygwin"
|
"Cygwin"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user