2023-11-03 18:14:47 +01:00
|
|
|
# Scripts and utilities related to building an .msi (Microsoft Standard Installer) file.
|
|
|
|
|
|
|
|
## Docker test image for building an MSI locally
|
|
|
|
|
2023-11-09 22:47:41 +01:00
|
|
|
```sh
|
2023-11-03 18:14:47 +01:00
|
|
|
docker build . -f Dockerfile -t ubuntu:dnscrypt-msi
|
|
|
|
```
|
|
|
|
|
|
|
|
## Test building msi files for intel win32 & win64
|
|
|
|
|
2023-11-09 22:47:41 +01:00
|
|
|
```sh
|
2023-11-03 18:14:47 +01:00
|
|
|
./build.sh
|
|
|
|
```
|