From 55ce38cc87f2be974ebbff85caf1231672dcddf5 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Tue, 16 Aug 2016 12:52:55 -0500 Subject: [PATCH] temp: debug travis --- packaging/osx/lbry-osx-app/setup_app.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/osx/lbry-osx-app/setup_app.sh b/packaging/osx/lbry-osx-app/setup_app.sh index 785c4a1bd..d99a7b9ef 100755 --- a/packaging/osx/lbry-osx-app/setup_app.sh +++ b/packaging/osx/lbry-osx-app/setup_app.sh @@ -10,6 +10,10 @@ ON_TRAVIS=false rm -rf build dist LBRY.app pip install wheel dmgbuild jsonrpc + +which dmgbuild +dmgbuild --help + # the default py2app (v0.9) has a bug that is fixed in the head of /metachris/py2app pip install git+https://github.com/metachris/py2app