You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\install.ps1 -PreRelease
Use Default layout.
Found Windows Terminal version 1.0.1401.0.
Found Windows Terminal version 1.6.10571.0.
Found Windows Terminal version 1.6.10412.0.
Found Windows Terminal version 1.7.572.0.
Found actual executable C:\Program Files\WindowsApps\Microsoft.WindowsTerminalPreview_1.7.572.0_x64__8wekyb3d8bbwe\WindowsTerminal.exe.
WARNING: Didn't find icon for profile .
CreateMenuItem: D:\Downloads\install.ps1:371
Line |
371 | CreateMenuItem $rootKey $name $profileIcon $command $false
| ~~~~~
| Cannot bind argument to parameter 'name' because it is an empty string.
CreateMenuItem: D:\Downloads\install.ps1:372
Line |
372 | CreateMenuItem $rootKeyElevated $name $profileIcon $elevated …
| ~~~~~
| Cannot bind argument to parameter 'name' because it is an empty string.
Windows Terminal installed to Windows Explorer context menu.
It only gave me options for the normal build along with erroring
The text was updated successfully, but these errors were encountered:
More investigation is needed before this item can be worked on,
Cannot find Microsoft.WindowsTerminal(Preview)_8wekyb3d8bbwe\wt.exe on my machine. It seems to be $Env:LOCALAPPDATA\Microsoft\WindowsApps\Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe\wt.exe.
On my machine $Env:LOCALAPPDATA\Microsoft\WindowsApps\wt.exe is associated with the preview version. So it seems that this shortcut is not a reliable one and should be changed anyway.
Once investigation is done, we might ship a new version.
It only gave me options for the normal build along with erroring
The text was updated successfully, but these errors were encountered: