mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
14 lines
272 B
Markdown
14 lines
272 B
Markdown
![]() |
# Scripts and utilities related to building an .msi (Microsoft Standard Installer) file.
|
||
|
|
||
|
## Docker test image for building an MSI locally
|
||
|
|
||
|
```
|
||
|
docker build . -f Dockerfile -t ubuntu:dnscrypt-msi
|
||
|
```
|
||
|
|
||
|
## Test building msi files for intel win32 & win64
|
||
|
|
||
|
```
|
||
|
./build.sh
|
||
|
```
|