diff options
| author | theAdib <theAdib@users.sourceforge.net> | 2007-12-21 20:54:49 +0000 |
|---|---|---|
| committer | theAdib <theAdib@users.sourceforge.net> | 2007-12-21 20:54:49 +0000 |
| commit | 42d59dc0177397333759b2a29337646181d94aa9 (patch) | |
| tree | 1a44b2de9e711e1d83b970396c3c1257107a5e45 | |
| parent | ifdef instead of ifndef WITH_LIBWPG (diff) | |
| download | inkscape-42d59dc0177397333759b2a29337646181d94aa9.tar.gz inkscape-42d59dc0177397333759b2a29337646181d94aa9.zip | |
added glib spawn helper files
(bzr r4270)
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index b9c27468a..2b70ab239 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -567,6 +567,8 @@ Section $(lng_Core) SecCore File /a "..\..\inkscape\COPYING" File /a "..\..\inkscape\COPYING.LIB" File /a "..\..\inkscape\NEWS" + File /a "..\..\inkscape\gspawn-win32-helper.exe" + File /a "..\..\inkscape\gspawn-win32-helper-console.exe" File /nonfatal /a "..\..\inkscape\HACKING.txt" File /a "..\..\inkscape\README" File /nonfatal /a "..\..\inkscape\README.txt" |
