Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhfu committed Aug 27, 2023
1 parent ca2a445 commit b1e378b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployment/build_pyinstaller_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ pyinstaller --log-level=DEBUG \

mkdir ./dist/annotator/lib
ls ./dist/annotator
cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
./dist/annotator/annotator
#cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
cd ./dist/annotator
./annotator

0 comments on commit b1e378b

Please sign in to comment.