mirror of
https://github.com/janet-lang/janet
synced 2025-09-04 03:48:03 +00:00
Brief: Add Arm64 .msi support on Windows
Summary: Small update to add Windows on Arm64 support. Also requires the latest version 3.14 of the WiX toolset.
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
<?define ProgramFilesFolder="ProgramFilesFolder" ?>
|
||||
<?define Win64="no" ?>
|
||||
<?define Arch="(x86)" ?>
|
||||
<?elseif $(sys.BUILDARCH)="arm64" ?>
|
||||
<?define UpgradeCode="0bd4bab6-c838-4c2a-b9e6-56ea8064863c" ?>
|
||||
<?define ProgramFilesFolder="ProgramFiles64Folder" ?>
|
||||
<?define Win64="yes" ?>
|
||||
<?define Arch="(Arm)" ?>
|
||||
<?else ?>
|
||||
<?error Unsupported value of sys.BUILDARCH=$(sys.BUILDARCH)?>
|
||||
<?endif?>
|
||||
|
Reference in New Issue
Block a user