Skip to content

Commit fc152d2

Browse files
committed
- adapt installer config for arm64
- add libboost_python314-vc143-mt-s-a64-1_90.lib from https://github.com/chcg/boost-release-windows/actions/runs/22465173678
1 parent 218f43f commit fc152d2

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
2.3 MB
Binary file not shown.
17.1 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)