diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-22 22:30:07 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-23 01:49:14 +0000 |
| commit | d791282ea1f8e216eda65753485b6bd7fca5ce2f (patch) | |
| tree | 1d4e2835cc9184f54b8c077081f015cacd677aef /packaging | |
| parent | cmake: Add 'dist' target to create Windows binary archive (diff) | |
| download | inkscape-d791282ea1f8e216eda65753485b6bd7fca5ce2f.tar.gz inkscape-d791282ea1f8e216eda65753485b6bd7fca5ce2f.zip | |
cmake: Add 'dist' target to create Windows .exe installer
- 'dist-win-exe' allows to create a Windows .exe installer using NSIS
- 'dist-win-exe-fast' has a bad compression ratio but is much faster
and can be used for testing purposes
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index fb83c3ed5..7ef5bfcc9 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -19,7 +19,7 @@ ; Unicode, compression and admin requirement {{{2 Unicode true SetCompressor /SOLID lzma -SetCompressorDictSize 32 +SetCompressorDictSize 64 RequestExecutionLevel admin ; Include required files {{{2 @@ -299,7 +299,7 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{ File /a ${INKSCAPE_DIST_DIR}\NEWS File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper.exe File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper-console.exe - File /a ${INKSCAPE_DIST_DIR}\README + File /a ${INKSCAPE_DIST_DIR}\README.md File /a ${INKSCAPE_DIST_DIR}\TRANSLATORS !insertmacro UNINSTALL.LOG_CLOSE_INSTALL |
