diff options
| -rw-r--r-- | build-x64.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-x64.xml b/build-x64.xml index 68f6b7595..6bb8c52e9 100644 --- a/build-x64.xml +++ b/build-x64.xml @@ -761,6 +761,9 @@ <exclude name=".*\.sh"/> </fileset> </copy> + <!-- Quick fix for the following problem: having the hicolor folder there with empty index file bugs booting inkscape... --> + <delete dir="${dist}/share/icons/hicolor"/> + <copy todir="${dist}/share"> <fileset dir="${devlibs}/share/locale"/> </copy> <copy todir="${dist}/share"> <fileset dir="${devlibs}/share/themes"/> </copy> <copy todir="${dist}/lib"> |
