diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-22 16:36:08 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-22 16:36:08 +0000 |
| commit | fafdbf5b15257d50a3810d1ef1ad546ce8cb1c90 (patch) | |
| tree | dc1fedf7ee7786907015b6104a5fc2adff3de1e4 /packaging/win32 | |
| parent | Packaging/NSIS: Add Korean installer translation (diff) | |
| download | inkscape-fafdbf5b15257d50a3810d1ef1ad546ce8cb1c90.tar.gz inkscape-fafdbf5b15257d50a3810d1ef1ad546ce8cb1c90.zip | |
Remove inkscape.file.svg (and inkscape.file.png)
It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6
but seems to have never been used.
It was only referenced in inkscape.nsi (where it's not required) which
broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c
Diffstat (limited to 'packaging/win32')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 3b13b4708..3f804264c 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -314,11 +314,6 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{ File /nonfatal /a /r /x *.??*.???* /x examples /x extensions /x locale /x tutorials ${INKSCAPE_DIST_DIR}\share\*.* !insertmacro UNINSTALL.LOG_CLOSE_INSTALL ; this files are added because it slips through the filter - SetOutPath $INSTDIR\share\icons - !insertmacro UNINSTALL.LOG_OPEN_INSTALL - File /a ${INKSCAPE_DIST_DIR}\share\icons\inkscape.file.png - File /a ${INKSCAPE_DIST_DIR}\share\icons\inkscape.file.svg - !insertmacro UNINSTALL.LOG_CLOSE_INSTALL SetOutPath $INSTDIR\share\templates !insertmacro UNINSTALL.LOG_OPEN_INSTALL File /a ${INKSCAPE_DIST_DIR}\share\templates\default.en_US.svg |
