From d040148b866896fa12985df0752cd8d1fe5ea86e Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:42:13 +0100 Subject: [PATCH] UPDATE: Include env vars for Win and Mac --- docs/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development.md b/docs/development.md index 23a1e7513..01fbd4642 100644 --- a/docs/development.md +++ b/docs/development.md @@ -206,6 +206,11 @@ system. First, you have to navigate to the appropriate folder: | MacOS | ./qt/launcher/mac/ | | Windows | .\qt\launcher\win\ | +If you are on Windows, you will now have to set `NOCOMP=1` to skip code signing +and compression. If you are on MacOS, you will have to use `NODMG=1` to skip the +slow bundling / code signing. If you are on linux, you won't have to set any +special environment variables. + Next, run the `build.sh` script (on Linux and MacOS) or the `build.bat` script (on Windows).