We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01f3c9 commit 9aa8c36Copy full SHA for 9aa8c36
1 file changed
src/utils/updater.py
@@ -151,7 +151,7 @@ def build_mac(self: Self):
151
"""#!/bin/bash""",
152
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
153
"""RUNTIME_DIR="$DIR/../runtime\"""",
154
- """SOURCE_DIR="$DIR/../src\"""",
+ """SOURCE_DIR="$DIR/../desktop-service\"""",
155
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\"""",
156
]
157
0 commit comments