dnscrypt-proxy/contrib/msi/README.md

14 lines
276 B
Markdown
Raw Permalink Normal View History

# 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
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
./build.sh
```