From 5792675eee17e076e8c1ce090d932d4589b1aa45 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 19 Mar 2013 19:08:24 +0100 Subject: fixed windows packaging --- distribute | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/distribute b/distribute index 36eb3b3..c310d27 100755 --- a/distribute +++ b/distribute @@ -82,9 +82,12 @@ sciteco-$(SCITECO_VERSION)-win32.zip : bundle mkdir temp-bin/ cp -r temp-install/bin/* temp-install/share/sciteco/* temp-install/share/doc/sciteco/* \ temp-bin/ - cp /usr/i686-w64-mingw32/bin/{intl,libglib-2.0-0,pdcurses}.dll \ + rm -rf temp-install/ + cp /usr/i686-w64-mingw32/bin/intl.dll \ + /usr/i686-w64-mingw32/bin/libglib-2.0-0.dll \ + /usr/i686-w64-mingw32/bin/pdcurses.dll \ temp-bin/ - zip $@ temp-bin/* + cd temp-bin/; zip ../$@ * rm -rf temp-bin/ clean: -- cgit v1.2.3