From 3e7296ff2b87984e37a1f183f0b2a1e007709497 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Nov 2020 18:23:22 +0530 Subject: [PATCH] Register the calibre:// protocol during installation on Windows --- bypy/windows/wix-template.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bypy/windows/wix-template.xml b/bypy/windows/wix-template.xml index c579cd4bcc..fe438e2fc5 100644 --- a/bypy/windows/wix-template.xml +++ b/bypy/windows/wix-template.xml @@ -72,6 +72,18 @@ + + + + + + + + + + + + @@ -138,6 +150,11 @@ Description="Add installation directory to PATH. Makes using command line tools easier"> + + + +