From f8191ff8ac3575f3a07ad56b061308eca4fbb581 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 11 Apr 2019 00:06:50 -0400 Subject: fix mac os 'operation not permitted' error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c738f4d..f84e5a9d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ dist: distclean locales inx cp -a icons dist/inkstitch/bin cp -a locales dist/inkstitch/bin cp -a print dist/inkstitch/bin - mv electron/out/* dist/inkstitch/electron + cp -a electron/out/* dist/inkstitch/electron if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \ -- cgit v1.2.3