Skip to content

Commit

Permalink
ci: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 2, 2019
1 parent 8d6031a commit 3c7936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/osx_build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
NAME=$1
# append "App" to avoid naming conflicts with python library
SCRIPT=".travis/${1}App.py"
APP_DIST="./dist_app/${1}App.app"
APP_DIST="./dist/${1}App.app"
APP="./dist_app/${1}App.app"
DMG="./dist_app/${1}.dmg"
TMP="./dist_app/pack.temp.dmg"
Expand Down

0 comments on commit 3c7936b

Please sign in to comment.