Skip to content

Commit

Permalink
ci: correct build directory paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 4, 2019
1 parent ddf271a commit 496caea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis/osx_build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ rm -rf ./dist_app
pyinstaller -w -y --distpath="./dist_app" --additional-hooks-dir=".travis" $SCRIPT

# add link to Applications
mkdir ui-release
cd ui-release
mkdir ./dist_app/ui-release
cd ./dist_app/ui-release
ln -s /Applications
cd -
mv ${APP} ./dist_app/ui-release/
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Shape-Out 2** is the successor of
`Shape-Out <https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut>`__,
a graphical user interface for the analysis and visualization of RT-DC data sets.
For more informaion please visit http://zellmechanik.com/.
For more informaion please visit https://zellmechanik.com/.


Documentation
Expand Down

0 comments on commit 496caea

Please sign in to comment.