mirror of
https://github.com/nushell/nushell
synced 2025-01-12 21:29:07 +00:00
fix the wix file to overwrite with save -f (#7545)
This commit is contained in:
parent
1291b647ae
commit
215f1af1da
1 changed files with 3 additions and 3 deletions
|
@ -375,7 +375,7 @@
|
|||
<SetProperty
|
||||
Id="ReplacePathsInWindowsTerminalProfile"
|
||||
Sequence="execute"
|
||||
Value=""[#exe0]" -c "open '[#WindowsTerminalProfileFile]' | update profiles.commandline '[#exe0]' | update profiles.icon '[#icon0]' | save '[#WindowsTerminalProfileFile]'""
|
||||
Value=""[#exe0]" -c "open '[#WindowsTerminalProfileFile]' | update profiles.commandline '[#exe0]' | update profiles.icon '[#icon0]' | save -f '[#WindowsTerminalProfileFile]'""
|
||||
After='CostFinalize'/>
|
||||
<CustomAction
|
||||
Id="ReplacePathsInWindowsTerminalProfile"
|
||||
|
|
Loading…
Reference in a new issue