Fixup: Fix regression caused by #15881 (#15889)

# Description

This PR fixes regressions introduced by #15881.

# User-Facing Changes

None.

# Tests + Formatting

See nushell/integrations#57.

# After Submitting

None.
This commit is contained in:
Rong "Mantle" Bao 2025-06-04 16:08:02 +08:00 committed by GitHub
parent fc813af4c8
commit 8671a3dbbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@
<SetProperty Id="ReplacePathsInWindowsTerminalProfile" <SetProperty Id="ReplacePathsInWindowsTerminalProfile"
Sequence="execute" Sequence="execute"
After="CostFinalize" After="CostFinalize"
Value="&quot;[#nu.exe]&quot; -c &quot;let doc = (open `[#WindowsTerminalProfileFile]` | update profiles.commandline `\&quot;[#nu.exe]\&quot;` | update profiles.icon `\&quot;[#nu.ico]\&quot;`); $doc | save -f `[#WindowsTerminalProfileFile]`&quot;" Value="&quot;[#nu.exe]&quot; -c &quot;let doc = (open `[#WindowsTerminalProfileFile]` | update profiles.commandline `\&quot;[#nu.exe]\&quot;` | update profiles.icon `[#nu.ico]`); $doc | save -f `[#WindowsTerminalProfileFile]`&quot;"
Condition="&amp;WindowsTerminalProfileFeature=3" /> Condition="&amp;WindowsTerminalProfileFeature=3" />
<!-- Defines the custom action that updates paths in the Windows Terminal profile JSON file --> <!-- Defines the custom action that updates paths in the Windows Terminal profile JSON file -->