diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-12 01:41:14 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-12 02:26:02 -0400 |
| commit | 0d54c828d0477db8666ff24d451591d9f7fdcf57 (patch) | |
| tree | 30544f7b5deb8c861c6b14b8d871da529b80bfbd /Makefile | |
| parent | 9091be8b974fb4b38d5fdf188d3db0b56c5a1c9d (diff) | |
use docker for windows
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
