Skip to content

Commit

Permalink
feat: never overwrite starter config on install
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 28, 2024
1 parent fb0b2d6 commit 77a6aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<Directory Id="USER_FOLDER">
<Directory Id="OrgConfigDir" Name=".glzr">
<Directory Id="ZebarConfigDir" Name="zebar">
<Component Id="StarterConfig" Permanent="yes" Guid="85c365eb-dd72-480d-b974-b07fbe1ecb02">
<Component Id="StarterConfig" Permanent="yes" NeverOverwrite="yes" Guid="85c365eb-dd72-480d-b974-b07fbe1ecb02">
<Condition>ADD_GLAZEWM_STARTER = 1</Condition>
<File Id="ConfigYaml" Source="../../resources/sample-config.yaml" Name="config.yaml" KeyPath="yes" />
<File Id="ScriptJs" Source="../../resources/script.js" />
Expand Down

0 comments on commit 77a6aa4

Please sign in to comment.