We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218f43f commit f42048cCopy full SHA for f42048c
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