# HG changeset patch
# User Chris Cannam
# Date 1570714540 -3600
# Node ID 74e8894027c7906b72f38ccd48c6a8f71938b997
# Parent c4a25a5e1745f143822a106611112b7989d3e791
Minor tweaks to Windows packaging
diff -r c4a25a5e1745 -r 74e8894027c7 deploy/win64/build-64.bat
--- a/deploy/win64/build-64.bat Thu Oct 10 14:23:28 2019 +0100
+++ b/deploy/win64/build-64.bat Thu Oct 10 14:35:40 2019 +0100
@@ -3,7 +3,7 @@
set STARTPWD=%CD%
-set QTDIR=C:\Qt\5.13.0\msvc2017_64
+set QTDIR=C:\Qt\5.13.1\msvc2017_64
if not exist %QTDIR% (
@ echo Could not find 64-bit Qt
@ exit /b 2
diff -r c4a25a5e1745 -r 74e8894027c7 deploy/win64/tony.wxs
--- a/deploy/win64/tony.wxs Thu Oct 10 14:23:28 2019 +0100
+++ b/deploy/win64/tony.wxs Thu Oct 10 14:35:40 2019 +0100
@@ -5,7 +5,7 @@
Id="*"
Language="1033"
Codepage="1252"
- Version="2.0"
+ Version="2.1"
UpgradeCode="3F073027-A65B-4688-906C-5F64597C5BB1"
Manufacturer="Queen Mary, University of London">
@@ -121,16 +121,6 @@
Name="pyin.dll"
DiskId="1"
Source="release\pyin.dll"/>
-
-