We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf2e3 commit c618204Copy full SHA for c618204
src/buildtools.py
@@ -66,7 +66,7 @@ def build_mac(temp_path: str, datapath: str) -> None:
66
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
67
"""RUNTIME_DIR="$DIR/../runtime\"""",
68
"""SOURCE_DIR="$DIR/../desktop-service/src\"""",
69
- """export PYTHONPATH="$RUNTIME_DIR\"""",
+ """export PYTHONPATH="$RUNTIME_DIR/packages\"""",
70
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\" "$@\"""",
71
]
72
0 commit comments