diff deploy/win64/tony.wxs @ 629:74e8894027c7

Minor tweaks to Windows packaging
author Chris Cannam
date Thu, 10 Oct 2019 14:35:40 +0100
parents dfd28360f600
children 590a6ec92360
line wrap: on
line diff
--- 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"/>
-            <File
-                Id="pyincat"
-                Name="pyin.cat"
-                DiskId="1"
-                Source="..\pyin\pyin.cat"/>
-            <File
-                Id="pyinrdf"
-                Name="pyin.n3"
-                DiskId="1"
-                Source="..\pyin\pyin.n3"/>
           </Component>
           <Component Win64="yes"
               Id="CHP"