diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:10:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:10:10 +0100 |
| commit | 410b44139ab39717eba687ae9cb7116098a5bac2 (patch) | |
| tree | c0c900701ca265207502ba2937ff68c335cb62e4 | |
| parent | ef92184314db00b6a95698e1ddc0c791ec52938b (diff) | |
fixup! fixup! fixup! Add /NOSERVER option to Windows installer to not install the encode server (#2362).
| -rw-r--r-- | platform/windows/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 4f426c7d4..8ae8cca18 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -73,7 +73,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): !macro SecUnSelect SecId Push $0 IntOp $0 ${SF_USELECTED} | ${SF_RO} - SectionSetFlags ${SecId} $0 + SectionSetFlags ${SecId} "$0" SectionSetText ${SecId} "" Pop $0 !macroend |
