diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-11 00:06:50 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-11 00:06:50 -0400 |
| commit | f8191ff8ac3575f3a07ad56b061308eca4fbb581 (patch) | |
| tree | 6858c38fe9f6f965371740db25576664bd5f13c0 | |
| parent | 22eabd00c1f407f1793191e34d2df4cb97e858cf (diff) | |
fix mac os 'operation not permitted' error
| -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 - 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 \ |
