mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
28c07a5072
* Show icon in Windows 'Add/Remove Programs' control panel * Add install option for Windows Terminal profile * Re-create icon because the icon was not shwon in Windows Terminal Procedure: opened the original file with GIMP and simply overwrited it
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"profiles": [
|
|
{
|
|
"guid": "{aab79973-318f-43b6-a9bc-b4096493753f}",
|
|
"name": "Nushell",
|
|
"commandline": "nu.exe",
|
|
"icon": "nu.ico",
|
|
"startingDirectory": "%USERPROFILE%"
|
|
}
|
|
]
|
|
}
|