diff options
| -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 5c88a6ed2..144b680c1 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -496,7 +496,7 @@ DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\U else: 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) + print('Delete "$DESKTOP\\DCP-o-matic 2 %s.lnk"' % l, file=f) print(""" Delete "$SMPROGRAMS\\DCP-o-matic 2\\*.*" |
