From 965f37d206d6400e527483fb5105d176c1a1ccfd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Jun 2024 17:33:07 +0530 Subject: [PATCH] Update bypy readme windows build instructions --- bypy/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/README.rst b/bypy/README.rst index c51e9f135132..0ae26c904232 100644 --- a/bypy/README.rst +++ b/bypy/README.rst @@ -76,9 +76,9 @@ To build the dependencies for calibre, run:: ./setup.py build_dep windows -The output (after a very long time) will be in :literal:`bypy/b/windows/[32|64]`. +The output (after a very long time) will be in :literal:`bypy/b/windows/64`. Now you can build the calibre windows installers with:: - ./setup.py win --dont-sign + ./setup.py win64 --dont-sign The output will be in :file:`dist`