diff --git a/Contrib/System/SysFunc.nsh b/Contrib/System/SysFunc.nsh index f699a139..e79237d1 100644 --- a/Contrib/System/SysFunc.nsh +++ b/Contrib/System/SysFunc.nsh @@ -7,7 +7,7 @@ !ifndef SysFunc.NSH.Included !define SysFunc.NSH.Included -!include "${NSISDIR}\Contrib\System\Additionals\System.nsh" +!include "${NSISDIR}\Contrib\System\System.nsh" !verbose 3 ; For WinMessages especially !include "${NSISDIR}\Examples\WinMessages.nsh" diff --git a/Contrib/System/System.nsi b/Contrib/System/System.nsi index 0f2659a6..91afb885 100644 --- a/Contrib/System/System.nsi +++ b/Contrib/System/System.nsi @@ -7,7 +7,7 @@ Name "System Plugin Example" OutFile "System.exe" SetPluginUnload alwaysoff -!include "${NSISDIR}\Contrib\System\Additionals\sysfunc.nsh" +!include "${NSISDIR}\Contrib\System\sysfunc.nsh" Section "ThisNameIsIgnoredSoWhyBother?" SetOutPath $TEMP