mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-07 14:54:51 +01:00
Fix windows build
This commit is contained in:
parent
b80600babb
commit
f42fc3c850
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
from bypy.constants import is64bit
|
||||
from bypy.utils import run
|
||||
|
||||
WIXP = r'C:\Program Files (x86)\WiX Toolset v3.11'
|
||||
WIXP = r'C:\Program Files (x86)\WiX Toolset v3.14'
|
||||
if is64bit:
|
||||
UPGRADE_CODE = '5DD881FF-756B-4097-9D82-8C0F11D521EA'
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue