nushell/wix/windows-terminal-profile.json
wolimst 28c07a5072
Add Windows Terminal profile and icon in Windows control panel (#5812)
* 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
2022-06-16 09:46:33 -07:00

12 lines
215 B
JSON

{
"profiles": [
{
"guid": "{aab79973-318f-43b6-a9bc-b4096493753f}",
"name": "Nushell",
"commandline": "nu.exe",
"icon": "nu.ico",
"startingDirectory": "%USERPROFILE%"
}
]
}