From 960956bc95391e1939fc283ddd007931d1c3514f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 19 Feb 2020 14:54:42 -0800 Subject: [PATCH] Fix windows build instructions --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 8489947..a042f27 100644 --- a/BUILD.md +++ b/BUILD.md @@ -143,6 +143,7 @@ Then, compile the bootloader: ``` cd bootloader python waf distclean all --target-arch=32bit --msvc_targets=x86 +cd .. ``` Finally, install the PyInstaller module into your poetry environment: