kopia lustrzana https://github.com/inkstitch/inkstitch
mac one is in a different spot
rodzic
5b5cde330f
commit
785e3798c4
6
Makefile
6
Makefile
|
@ -16,7 +16,11 @@ dist: locales inx
|
|||
cp -a icons dist/inkstitch/bin
|
||||
cp -a locales dist/inkstitch/bin
|
||||
cp -a print dist/inkstitch/bin
|
||||
cp -a electron/dist/*-unpacked dist/inkstitch/electron
|
||||
if [ "$$BUILD" = "osx" ]; then \
|
||||
cp -a electron/dist/mac dist/inkstitch/electron; \
|
||||
else \
|
||||
cp -a electron/dist/*-unpacked dist/inkstitch/electron; \
|
||||
fi
|
||||
if [ "$$BUILD" = "windows" ]; then \
|
||||
cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \
|
||||
else \
|
||||
|
|
Ładowanie…
Reference in New Issue