From 41171757b87019cb979315d2ecd7effa483aed79 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Nov 2023 22:14:56 +0100 Subject: Set shell var context so that when uninstalling we look in the same place for shortcuts as when installing. --- platform/windows/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'platform') diff --git a/platform/windows/wscript b/platform/windows/wscript index 601e24217..5c88a6ed2 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -476,6 +476,7 @@ SectionEnd print(""" Section "Uninstall" +SetShellVarContext all RMDir /r "$INSTDIR\\*.*" RMDir "$INSTDIR" """, file=f) -- cgit v1.2.3