From 440e0685f237a0f54aac1d1d178b3be05f3e7c09 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 10 Mar 2018 19:53:18 -0500 Subject: [PATCH] add example SVGs to release ZIPs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 43d6d9f16..77b0a8558 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ dist: distclean locales bin/build-dist $(EXTENSIONS) cp *.inx dist mv locales dist/inkstitch/bin + cp -a images/examples dist/inkstitch if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \