Browse Source

Fix path for hy-arevmda (replace hy-arevmda with hyw, now windows installer works again).

master
unknown 5 years ago
parent
commit
da09648b45
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/windows/installer/Product.wxs

+ 1
- 1
src/windows/installer/Product.wxs View File

@@ -772,7 +772,7 @@
<File Name="hy" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\lang\ine\hy" KeyPath="yes"/>
</Component>
<Component Id="hy_arevmda" Win64="$(var.Win64)" Guid="E7510729-A886-4BCD-A616-9B4D74D8BA43">
<File Name="hy-arevmda" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\lang\ine\hy-arevmda" KeyPath="yes"/>
<File Name="hyw" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\lang\ine\hyw" KeyPath="yes"/>
</Component>
<Component Id="sq" Win64="$(var.Win64)" Guid="80790CCF-4B20-4AC3-A19F-72890470D4F5">
<File Name="sq" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\lang\ine\sq" KeyPath="yes"/>

Loading…
Cancel
Save