From 4296bf3ea60b7b6fc4678705ef147b2abab3eb27 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 21:49:22 -0700 Subject: [PATCH] README: update standalone build steps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31d70ac..03c2e48 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Install the dependencies, plus cx-Freeze. In a virtual environment, the specific pip install cx-freeze -r requirements-win32.txt ``` +Copy `custom-install-finalize.3dsx` to the project root, this will be copied to the build directory and included in the final archive. + Run `make-standalone.bat`. This will run cxfreeze and make a standalone version at `dist\custom-install-standalone.zip` ## License/Credits