summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-12 01:41:14 -0400
committerLex Neva <github.com@lexneva.name>2019-04-12 02:26:02 -0400
commit0d54c828d0477db8666ff24d451591d9f7fdcf57 (patch)
tree30544f7b5deb8c861c6b14b8d871da529b80bfbd /Makefile
parent9091be8b974fb4b38d5fdf188d3db0b56c5a1c9d (diff)
use docker for windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f84e5a9d..493ec545 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
- cp -a electron/out/* dist/inkstitch/electron
+ cp -a electron/dist/*-unpacked dist/inkstitch/electron
if [ "$$BUILD" = "windows" ]; then \
cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \
else \