diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-10-08 21:53:08 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-10-08 21:53:08 +0000 |
| commit | 65a05a3075e9aa3c8ff25b80f4865ca2efebcfca (patch) | |
| tree | 6068b13f2f025b7cdbb42fcbc927fd2665b828c5 /packaging/win32/inkscape.nsi | |
| parent | Packaging: Some initial fixes for NSIS (diff) | |
| download | inkscape-65a05a3075e9aa3c8ff25b80f4865ca2efebcfca.tar.gz inkscape-65a05a3075e9aa3c8ff25b80f4865ca2efebcfca.zip | |
Packaging: move NSIS plugins and macros to /plugins and /macros subdirs
(bzr r15244.1.3)
Diffstat (limited to 'packaging/win32/inkscape.nsi')
| -rwxr-xr-x | packaging/win32/inkscape.nsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 9646ee2f4..8f5d067c5 100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -27,9 +27,9 @@ SetCompressorDictSize 32 RequestExecutionLevel admin ; Include required files {{{2 -!include RequireLatestNSIS.nsh -!include ifexist.nsh -!include VersionCompleteXXXX.nsh +!include macros\RequireLatestNSIS.nsh +!include macros\ifexist.nsh +!include macros\VersionCompleteXXXX.nsh !include LogicLib.nsh !include Sections.nsh @@ -48,12 +48,12 @@ RequestExecutionLevel admin ; However, for the moment, this is what we're using. !define INSTDIR_REG_ROOT HKLM !define INSTDIR_REG_KEY "${UNINST_KEY}" -!include AdvUninstLog.nsh +!include macros\AdvUninstLog.nsh !insertmacro INTERACTIVE_UNINSTALL ; Initialise NSIS plug-ins {{{3 ; The plugins used are md5dll and messagebox -!addplugindir . +!addplugindir plugins ; FileFunc bits and pieces {{{3 !include FileFunc.nsh |
