From 785e3798c46a00ccbde89c0aeee95140dfbe6d92 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 12 Apr 2019 16:52:11 -0400 Subject: mac one is in a different spot --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4433c00f..d9d05bf6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,11 @@ dist: locales inx cp -a icons dist/inkstitch/bin cp -a locales dist/inkstitch/bin cp -a print dist/inkstitch/bin - cp -a electron/dist/*-unpacked dist/inkstitch/electron + if [ "$$BUILD" = "osx" ]; then \ + cp -a electron/dist/mac dist/inkstitch/electron; \ + else \ + cp -a electron/dist/*-unpacked dist/inkstitch/electron; \ + fi if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \ -- cgit v1.2.3