summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2021-12-28 13:26:18 +0100
committerLinus Färnstrand <faern@faern.net>2021-12-30 10:53:04 +0100
commit433a4528ef6cef1932f5aa80b787cd7c7c2db461 (patch)
tree14065c7ebfd87f06e021caedc71961b44d0bdd2b /README.md
parent819359490d4ae622b9fc655a6a97a41d5be295e9 (diff)
downloadmullvadvpn-433a4528ef6cef1932f5aa80b787cd7c7c2db461.tar.xz
mullvadvpn-433a4528ef6cef1932f5aa80b787cd7c7c2db461.zip
Improve build script to build debug by default and be more flexible
Defaults to unoptimized, unsigned, dev builds. New flags: --optimize - Turns on compiler optimization/compression --sign - Turns on siging of binaries (Windows + macOS)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 927bafe818..cf50926ea9 100644
--- a/README.md
+++ b/README.md
@@ -382,7 +382,7 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties
1. On Windows, make sure to start bash first (e.g., Git BASH). Then build the C++ libraries:
```bash
- ./build-windows-modules.sh --dev-build
+ ./build-windows-modules.sh
```
1. Build the system daemon plus the other Rust tools and programs:
@@ -628,8 +628,7 @@ If you're using GNOME, try installing one of these GNOME Shell extensions:
### Building, testing and misc
- **build-windows-modules.sh** - Compiles the C++ libraries needed on Windows
-- **build.sh** - Sanity checks the working directory state and then builds release artifacts for
- the app
+- **build.sh** - Sanity checks the working directory state and then builds installers for the app
### Mullvad Daemon