diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-28 21:02:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-29 00:51:56 +0200 |
| commit | 0c8349e3616735e21cc79bec8e705a77224f1921 (patch) | |
| tree | c84b9eeaccff664f2644d2f6d3e9bd114b993486 /platform/windows | |
| parent | 9d309c4a49412162ad4d91075c9a73437daf5b42 (diff) | |
Install for all users on Windows (#2202).
Diffstat (limited to 'platform/windows')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 539d35bb3..480dd9ebd 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -373,6 +373,7 @@ SectionEnd print('Section "DCP-o-matic 2" SEC_MASTER', file=f) print('SetOutPath "$INSTDIR\\bin"', file=f) + print("SetShellVarContext all", file=f) if debug: print('CreateDirectory "$SMPROGRAMS\\DCP-o-matic 2 debug"', file=f) |
