We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218f43f commit 7a7a653Copy full SHA for 7a7a653
2 files changed
boost/lib/libboost_python314-vc143-mt-s-a64-1_90.lib
1.88 MB
installer/PythonScript.wxs
@@ -3,6 +3,8 @@
3
4
<?if $(var.Platform) = x64 ?>
5
<?define ProductName = "PythonScript plugin for Notepad++ (64 bit)" ?>
6
+ <?elseif $(var.Platform) = arm64 ?>
7
+ <?define ProductName = "PythonScript plugin for Notepad++ (arm64 bit)" ?>
8
<?else?>
9
<?define ProductName = "PythonScript plugin for Notepad++" ?>
10
<?endif?>
0 commit comments