mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:08:21 +02:00
fix the wix file to overwrite with save -f (#7545)
This commit is contained in:
@ -375,7 +375,7 @@
|
|||||||
<SetProperty
|
<SetProperty
|
||||||
Id="ReplacePathsInWindowsTerminalProfile"
|
Id="ReplacePathsInWindowsTerminalProfile"
|
||||||
Sequence="execute"
|
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'/>
|
After='CostFinalize'/>
|
||||||
<CustomAction
|
<CustomAction
|
||||||
Id="ReplacePathsInWindowsTerminalProfile"
|
Id="ReplacePathsInWindowsTerminalProfile"
|
||||||
|
Reference in New Issue
Block a user