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 a4ced51 commit a14f92fCopy full SHA for a14f92f
1 file changed
cmake/templates/NSIS.template.in
@@ -1541,9 +1541,7 @@ Section "Uninstall"
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}
+ RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
1547
1548
@CPACK_NSIS_DELETE_ICONS@
1549
@CPACK_NSIS_DELETE_ICONS_EXTRA@
0 commit comments