mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-17 19:34:51 -04:00
Fix auto-start settings on Windows
This commit is contained in:
parent
9c0fa376a1
commit
05a0df799e
2 changed files with 3 additions and 3 deletions
|
@ -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=""[#CM_FP_KeePassXC.exe]""
|
||||
Type="string" />
|
||||
<Condition>AUTOSTARTPROGRAM</Condition>
|
||||
</Component>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue