We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efba72 commit a688bd9Copy full SHA for a688bd9
1 file changed
cmake/templates/NSIS.template.in
@@ -1540,6 +1540,11 @@ Section "Uninstall"
1540
Delete "$SMSTARTUP\@SANDBOX_HF_SHORTCUT_NAME@.lnk"
1541
SetShellVarContext all
1542
1543
+ ; Remove all Interface caches when uninstalling.
1544
+ ${If} @CLIENT_COMPONENT_CONDITIONAL@
1545
+ RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
1546
+ ${EndIf}
1547
+
1548
@CPACK_NSIS_DELETE_ICONS@
1549
@CPACK_NSIS_DELETE_ICONS_EXTRA@
1550
0 commit comments