Skip to content

Commit 7a7a653

Browse files
committed
- adapt installer config for arm64
- use libboost_python314-vc143-mt-s-x64-1_90.lib for libboost_python314-vc143-mt-s-a64-1_90.lib tests
1 parent 218f43f commit 7a7a653

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

1.88 MB
Binary file not shown.

installer/PythonScript.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
<?if $(var.Platform) = x64 ?>
55
<?define ProductName = "PythonScript plugin for Notepad++ (64 bit)" ?>
6+
<?elseif $(var.Platform) = arm64 ?>
7+
<?define ProductName = "PythonScript plugin for Notepad++ (arm64 bit)" ?>
68
<?else?>
79
<?define ProductName = "PythonScript plugin for Notepad++" ?>
810
<?endif?>

0 commit comments

Comments
 (0)