From 80e4ecce403b45dcacf04b074f22478f48ecd1e6 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 4 Oct 2020 19:26:37 -0700 Subject: [PATCH] Fix PyQt5 path in Windows build instructions --- BUILD.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index fb82b162..3baf200e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -196,7 +196,10 @@ Add the following directories (you might want to make sure these are exact on yo * `C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86` * `C:\Program Files (x86)\Windows Kits\10\Redist\10.0.18362.0\ucrt\DLLs\x86` * `C:\Program Files (x86)\7-Zip` -* `C:\Users\user\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\PyQt5\Qt\bin` + +And also for PyQt5, but replace `onionshare-i_zmdpLh-py3.7` with the name of your poetry virtual environment. You can find that by running `poetry env list`. + +* `C:\Users\user\AppData\Local\pypoetry\Cache\virtualenvs\onionshare-i_zmdpLh-py3.7\Lib\site-packages\PyQt5\Qt\bin` #### If you want the .exe to not get falsely flagged as malicious by anti-virus software