From f674ccd4e9029a26f20efcd135356549a16c3c1c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 1 Aug 2018 13:00:03 -0400 Subject: remove inkstitch.app --- bin/build-dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/build-dist b/bin/build-dist index 3b82e882..a96b7506 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -51,6 +51,11 @@ mkdir dist/bin mv dist/inkstitch/* dist/bin mv dist/bin dist/inkstitch +# on Mac, pyinstaller creates a .app version as well, but we don't need that +if [ "$TRAVIS_OS_NAME" = "osx" ]; then + rm -rf dist/inkstitch.app/ +fi + # Inkscape doesn't let us run native binaries as extensions(?!). Instead we # add this stub script which executes the binary that pyinstaller creates. cp stub.py dist/inkstitch.py -- cgit v1.2.3