Skip to content

Commit a618d3f

Browse files
committed
Fixes reference to sc4pac version folder name for Old NAM Backup routine in NSIS script.
1 parent d43d5f8 commit a618d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NAM Installer Script_english.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ SectionIn 1 2 3 4 5 6 ; in which installation types (defined above) this section
142142
StrCpy $switch_overwrite 0
143143
!insertmacro MoveFile "$INSTDIR\Plugins\NAM.dll" "$INSTDIR\Old NAM Backup\NAM.dll"
144144
!insertmacro MoveFolder "$INSTDIR\Plugins\Network Addon Mod" "$INSTDIR\Old NAM Backup\Network Addon Mod" "*.*"
145-
!insertmacro MoveFolder "$INSTDIR\Plugins\777 Network Addon Mod" "$INSTDIR\Old NAM Backup\777 Network Addon Mod" "*.*" ;sc4pac version
145+
!insertmacro MoveFolder "$INSTDIR\Plugins\770-network-addon-mod" "$INSTDIR\Old NAM Backup\770-network-addon-mod" "*.*" ;sc4pac version
146146

147147
;Beginning of actual installation process
148148
SetOutPath "$INSTDIR\Plugins"

0 commit comments

Comments
 (0)