diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:00:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:00:46 +0100 |
| commit | ef92184314db00b6a95698e1ddc0c791ec52938b (patch) | |
| tree | 05e701f8cc484cd3109f367f5eb65441c56500b6 | |
| parent | 07b8e33676c84b4d2a6a6e70638a7b0ed34573a2 (diff) | |
fixup! fixup! Add /NOSERVER option to Windows installer to not install the encode server (#2362).
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 16de73e8a..4f426c7d4 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -69,7 +69,6 @@ def write_installer(bits, dcpomatic_version, debug, disk): !insertmacro MUI_PAGE_COMPONENTS !define SF_USELECTED 0 -!define SF_RO 16 !macro SecUnSelect SecId Push $0 |
