Skip to content

Commit

Permalink
- trying to fix macOS build
Browse files Browse the repository at this point in the history
(This will probably take a long time lol)
  • Loading branch information
EchterAlsFake committed Dec 7, 2024
1 parent 84f6d5e commit 1d9ee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d9ee4d

Please sign in to comment.