Set shell var context so that when uninstalling we look in the same place for shortcu...
authorCarl Hetherington <cth@carlh.net>
Sat, 25 Nov 2023 21:14:56 +0000 (22:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Nov 2023 23:53:17 +0000 (00:53 +0100)
platform/windows/wscript

index 601e2421791bb34e53a199c3a41de65eda0b795e..5c88a6ed2bfae6f2f35aafb3f104a77376b9c3aa 100644 (file)
@@ -476,6 +476,7 @@ SectionEnd
 
     print("""
 Section "Uninstall"
+SetShellVarContext all
 RMDir /r "$INSTDIR\\*.*"
 RMDir "$INSTDIR"
     """, file=f)