fix: update PowerShell executable to use pwsh.exe

This commit is contained in:
2024-11-06 10:53:20 -05:00
parent 9250096118
commit 71c4be4850
+1 -1
View File
@@ -8,7 +8,7 @@ local launch_menu = {}
if wezterm.target_triple == "x86_64-pc-windows-msvc" then
table.insert(launch_menu, {
label = "PowerShell",
args = { "powershell.exe", "-NoLogo" },
args = { "pwsh.exe", "-NoLogo" },
})
-- Find installed visual studio version(s) and add their compilation