mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
feat(windows): update wix to 3.14.1
Update the WiX toolset build version to 3.14.1 for Arm64. Fixes: #15192
This commit is contained in:
parent
5f3c4158ca
commit
85dcdcf066
2 changed files with 2 additions and 2 deletions
2
docs/build/windows.md
vendored
2
docs/build/windows.md
vendored
|
|
@ -345,7 +345,7 @@ SETX KEYMAN_CEF4DELPHI_ROOT "c:\Projects\keyman\CEF4Delphi_Binary"
|
|||
```ps1
|
||||
# Elevated PowerShell
|
||||
choco install 7zip html-help-workshop
|
||||
choco install wixtoolset --version=3.11.1
|
||||
choco install wixtoolset --version=3.14.1
|
||||
git clone https://github.com/keymanapp/CEF4Delphi_Binary C:\Projects\keyman\CEF4Delphi_Binary
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
WIXPATH="$ProgramFilesx86/WiX Toolset v3.11/bin"
|
||||
WIXPATH="$ProgramFilesx86/WiX Toolset v3.14/bin"
|
||||
|
||||
# !IFDEF LINT
|
||||
WIXLIGHTLINT=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue