Skip to content

Commit b1e378b

Browse files
committed
update
1 parent ca2a445 commit b1e378b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/build_pyinstaller_app.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ pyinstaller --log-level=DEBUG \
3838

3939
mkdir ./dist/annotator/lib
4040
ls ./dist/annotator
41-
cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
42-
./dist/annotator/annotator
41+
#cp ./dist/annotator/libiomp5.dylib ./dist/annotator/lib
42+
cd ./dist/annotator
43+
./annotator

0 commit comments

Comments
 (0)