Skip to content

Commit a4ad829

Browse files
committed
Exported PythonPath
1 parent 5d63b8c commit a4ad829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def build_mac(self: Self):
152152
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
153153
"""RUNTIME_DIR="$DIR/../runtime\"""",
154154
"""SOURCE_DIR="$DIR/../desktop-service/src\"""",
155+
"""export PYTHONPATH="$RUNTIME_DIR\"""",
155156
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\"""",
156157
]
157158

0 commit comments

Comments
 (0)