Fix auto-start settings on Windows

This commit is contained in:
Jonathan White 2020-06-17 17:58:24 -04:00
parent 9c0fa376a1
commit 05a0df799e
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@
<RegistryValue Id="Autostart.rst" Root="HKCU" Action="write"
Key="Software\Microsoft\Windows\CurrentVersion\Run"
Name="$(var.CPACK_PACKAGE_NAME)"
Value="[#CM_FP_KeePassXC.exe]"
Value="&quot;[#CM_FP_KeePassXC.exe]&quot;"
Type="string" />
<Condition>AUTOSTARTPROGRAM</Condition>
</Component>