You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/dev/os-packages.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ flowchart TD
23
23
signing -->|no| create_archive
24
24
sign --> create_archive --> pkg[/"pkg 🍏"/]
25
25
create_archive --> zip[/"zip 🪟"/]
26
+
create_archive --> msi[/"msi 🪟"/]
26
27
create_archive --> tar.gz[/"tar.gz 🐧"/]
27
28
create_archive --> deb[/"deb 🐧"/]
28
29
create_archive --> rpm[/"rpm 🐧"/]
@@ -96,3 +97,13 @@ Note 2: `install-keylocker-tools` expects `$PATH` to already contain the install
96
97
#### Building signed binaries
97
98
98
99
Once all environment variables are set and DigiCert tools are installed, one can build signed Windows binaries using `build-os-packages --sign`.
100
+
101
+
### MSI Package
102
+
103
+
The build produces an MSI installer (`ggshield-VERSION-x86_64-pc-windows-msvc.msi`) using [WiX Toolset v4](https://wixtoolset.org/). The WiX source file is `scripts/build-os-packages/ggshield.wxs`.
0 commit comments