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 5d63b8c commit a4ad829Copy full SHA for a4ad829
src/utils/updater.py
@@ -152,6 +152,7 @@ def build_mac(self: Self):
152
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
153
"""RUNTIME_DIR="$DIR/../runtime\"""",
154
"""SOURCE_DIR="$DIR/../desktop-service/src\"""",
155
+ """export PYTHONPATH="$RUNTIME_DIR\"""",
156
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\"""",
157
]
158
0 commit comments