summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-22 00:25:57 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-22 02:57:27 +0000
commita1b95f0c4f86c657bcdc893b30fa9d0c47df919c (patch)
tree3a2164c61b99543274e5d2867d4d66d20037669d /packaging
parentNSIS: Allow to set output filenanme on command line (diff)
downloadinkscape-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.nsi4
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