Skip to content

Commit c618204

Browse files
committed
Fix Packages Path
1 parent 9ddf2e3 commit c618204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def build_mac(temp_path: str, datapath: str) -> None:
6666
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
6767
"""RUNTIME_DIR="$DIR/../runtime\"""",
6868
"""SOURCE_DIR="$DIR/../desktop-service/src\"""",
69-
"""export PYTHONPATH="$RUNTIME_DIR\"""",
69+
"""export PYTHONPATH="$RUNTIME_DIR/packages\"""",
7070
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\" "$@\"""",
7171
]
7272

0 commit comments

Comments
 (0)