From 1d9ee4dae66bb7091ecebee49035d584d0754052 Mon Sep 17 00:00:00 2001 From: Johannes Habel Date: Sat, 7 Dec 2024 19:51:44 +0100 Subject: [PATCH] - trying to fix macOS build (This will probably take a long time lol) --- src/scripts/install_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/install_macos.sh b/src/scripts/install_macos.sh index 74b8c27..bd0ee1d 100644 --- a/src/scripts/install_macos.sh +++ b/src/scripts/install_macos.sh @@ -51,7 +51,7 @@ info "Python installation script completed successfully." info "Building Porn Fetch!" # Common commands -cd ${TARGET_DIR} +cd "${TARGET_DIR}" python3 -m venv /tmp/.venv # This is needed, because Qt has some issues if the virtual environment is in the same directory, as there the script gets executed in source /tmp/.venv/bin/activate pip install -r requirements.txt