diff options
Diffstat (limited to 'platform/windows/wscript')
| -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 144b680c1..1dd04f6bf 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -497,6 +497,7 @@ DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\U print('Delete "$DESKTOP\\DCP-o-matic 2.lnk"', file=f) for s, l in tools: print('Delete "$DESKTOP\\DCP-o-matic 2 %s.lnk"' % l, file=f) + print('Delete "$DESKTOP\\DCP-o-matic 2 Encode Server.lnk"', file=f) print(""" Delete "$SMPROGRAMS\\DCP-o-matic 2\\*.*" |
