Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'share/windows/wix-patch.xml')
-rw-r--r--share/windows/wix-patch.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/windows/wix-patch.xml b/share/windows/wix-patch.xml
new file mode 100644
index 000000000..1c1d222a9
--- /dev/null
+++ b/share/windows/wix-patch.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CPackWiXPatch>
+ <CPackWiXFragment Id="CM_FP_KeePassXC.exe">
+ <Shortcut Id="CM_SP_KeePassXC.exe" Directory="ProgramMenuFolder"
+ Name="KeePassXC" Icon="ProductIcon.ico"
+ WorkingDirectory="INSTALL_ROOT" Advertise="yes" />
+ </CPackWiXFragment>
+</CPackWiXPatch>