Skip to content

Commit

Permalink
windows installer: remove platforms directory
Browse files Browse the repository at this point in the history
We now remove the platforms directory recursively instead
of only removing the qwindows.dll
  • Loading branch information
pstorz committed Oct 4, 2018
1 parent b0c73f4 commit 7d8ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platforms/win32/winbareos.nsi
Expand Up @@ -2183,7 +2183,7 @@ ConfDeleteSkip:
Delete "$INSTDIR\libharfbuzz-0.dll"
Delete "$INSTDIR\libpcre16-0.dll"

Delete "$INSTDIR\platforms\qwindows.dll"
RMDir /r "$INSTDIR\platforms"

Delete "$INSTDIR\liblzo2-2.dll"
Delete "$INSTDIR\libfastlz.dll"
Expand Down

0 comments on commit 7d8ed87

Please sign in to comment.