summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-11 00:06:50 -0400
committerLex Neva <github.com@lexneva.name>2019-04-11 00:06:50 -0400
commitf8191ff8ac3575f3a07ad56b061308eca4fbb581 (patch)
tree6858c38fe9f6f965371740db25576664bd5f13c0
parent22eabd00c1f407f1793191e34d2df4cb97e858cf (diff)
fix mac os 'operation not permitted' error
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \