Skip to content

Commit 43017e4

Browse files
committed
tools/installer/installer.nsi: Fix IP10 folder names
These are the same as for IP9 for now.
1 parent 59fa565 commit 43017e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/installer/installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
!define IGOR64EXTENSIONPATH "Igor Extensions (64-bit)"
2727
# Endings for Helpfiles
2828
!define IGOR9DIRTEMPL "IP9"
29-
!define IGOR10DIRTEMPL "IP10"
29+
!define IGOR10DIRTEMPL "IP9"
3030
# source folder name for installation with XOPs
3131
!define IGOR964XOPSOURCETEMPL "XOPs-IP9-64bit"
32-
!define IGOR1064XOPSOURCETEMPL "XOPs-IP10-64bit"
32+
!define IGOR1064XOPSOURCETEMPL "XOPs-IP9-64bit"
3333

3434
# source file names for XOPs for installation without Hardware XOPs
3535
!define IGORUTILXOPSOURCETEMPL "MIESUtils-64.xop"

0 commit comments

Comments
 (0)