fix mac os 'operation not permitted' error

pull/432/head
Lex Neva 2019-04-11 00:06:50 -04:00
rodzic 22eabd00c1
commit f8191ff8ac
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 \