Skip to content

Commit f42048c

Browse files
committed
adapt installer config for arm64
1 parent 218f43f commit f42048c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)