We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43d5f8 commit a618d3fCopy full SHA for a618d3f
1 file changed
NAM Installer Script_english.nsi
@@ -142,7 +142,7 @@ SectionIn 1 2 3 4 5 6 ; in which installation types (defined above) this section
142
StrCpy $switch_overwrite 0
143
!insertmacro MoveFile "$INSTDIR\Plugins\NAM.dll" "$INSTDIR\Old NAM Backup\NAM.dll"
144
!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
+ !insertmacro MoveFolder "$INSTDIR\Plugins\770-network-addon-mod" "$INSTDIR\Old NAM Backup\770-network-addon-mod" "*.*" ;sc4pac version
146
147
;Beginning of actual installation process
148
SetOutPath "$INSTDIR\Plugins"
0 commit comments