diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-22 00:25:57 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-22 02:57:27 +0000 |
| commit | a1b95f0c4f86c657bcdc893b30fa9d0c47df919c (patch) | |
| tree | 3a2164c61b99543274e5d2867d4d66d20037669d /packaging | |
| parent | NSIS: Allow to set output filenanme on command line (diff) | |
| download | inkscape-a1b95f0c4f86c657bcdc893b30fa9d0c47df919c.tar.gz inkscape-a1b95f0c4f86c657bcdc893b30fa9d0c47df919c.zip | |
NSIS: Distribution directory can already be set on command line
Use 'makensis /DINKSCAPE_DIST_DIR=..\..\build\inkscape inkscape.nsi'.
(cherry picked from commit 3534f9a0013a155a1d31e837e12e73eb8678dbb0)
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 497a31a64..ba6b5c7b1 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -121,8 +121,8 @@ ReserveFile /plugin UserInfo.dll ; SETTINGS ; ####################################### -; Find inkscape distribution directory (uncomment line below to manually define) -!define INKSCAPE_DIST_DIR ..\..\build64\inkscape +; Find inkscape distribution directory (define on command line or uncomment line below to manually define) +;!define INKSCAPE_DIST_DIR ..\..\build\inkscape !ifdef INKSCAPE_DIST_DIR ${!defineifexist} ${INKSCAPE_DIST_DIR}\inkscape.exe FOUND 1 !ifndef FOUND |
