diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -300,9 +300,10 @@ storePassword = keystore-password ### Desktop The simplest way to build the entire app and generate an installer is to just run the build script. -`--dev-build` is added to skip some release checks and signing of the binaries: +`--optimize` can be added to enable compiler optimizations. This will take longer to build but will +produce a smaller installer and installed binaries: ```bash -./build.sh --dev-build +./build.sh [--optimize] ``` This should produce an installer exe, pkg or rpm+deb file in the `dist/` directory. @@ -382,7 +383,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 +629,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 |
