kopia lustrzana https://github.com/inkstitch/inkstitch
fix mac os 'operation not permitted' error
rodzic
22eabd00c1
commit
f8191ff8ac
2
Makefile
2
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
|
||||
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 \
|
||||
|
|
Ładowanie…
Reference in New Issue