Skip to content

Commit a14f92f

Browse files
committed
Update NSIS.template.in
1 parent a4ced51 commit a14f92f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmake/templates/NSIS.template.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,9 +1541,7 @@ Section "Uninstall"
15411541
SetShellVarContext all
15421542

15431543
; Remove all Interface caches when uninstalling.
1544-
${If} @CLIENT_COMPONENT_CONDITIONAL@
1545-
RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
1546-
${EndIf}
1544+
RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
15471545

15481546
@CPACK_NSIS_DELETE_ICONS@
15491547
@CPACK_NSIS_DELETE_ICONS_EXTRA@

0 commit comments

Comments
 (0)