mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
msys2@2021-04-19: Add shortcuts for clang64 and ucrt64 environments (#2202)
* msys2: Add shortcuts for clang64 and ucrt64 environments * msys2: Add launcher shortcuts for clang64 and ucrt64
This commit is contained in:
parent
0f43fad5c5
commit
d5f876c813
@ -32,6 +32,16 @@
|
||||
"msys2_shell.cmd",
|
||||
"mingw64",
|
||||
"-mingw64 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"clang64",
|
||||
"-clang64 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"ucrt64",
|
||||
"-ucrt64 -defterm -here -full-path -no-start"
|
||||
]
|
||||
],
|
||||
"shortcuts": [
|
||||
@ -46,6 +56,14 @@
|
||||
[
|
||||
"mingw64.exe",
|
||||
"MinGW64"
|
||||
],
|
||||
[
|
||||
"clang64.exe",
|
||||
"Clang64"
|
||||
],
|
||||
[
|
||||
"ucrt64.exe",
|
||||
"UCRT64"
|
||||
]
|
||||
],
|
||||
"persist": "home",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user