Skip to content

Commit

Permalink
Windows installer: Update cleanup of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 13, 2023
1 parent c537364 commit 3fd9f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Section Uninstall
Delete "$INSTDIR\bin\libctpl-2.dll"
Delete "$INSTDIR\bin\libenchant-2.dll"
Delete "$INSTDIR\bin\libgcrypt-20.dll"
Delete "$INSTDIR\bin\libgit2.dll"
Delete "$INSTDIR\bin\libgit2-1.7.dll"
Delete "$INSTDIR\bin\libgpg-error-0.dll"
Delete "$INSTDIR\bin\libgpgme-11.dll"
Delete "$INSTDIR\bin\libgpgme-glib-11.dll"
Expand Down Expand Up @@ -254,7 +254,7 @@ Section Uninstall
RMDir /r "$INSTDIR\lib\geany-plugins"
RMDir /r "$INSTDIR\lib\ossl-modules"
RMDir /r "$INSTDIR\lib\pkcs11"
RMDir /r "$INSTDIR\lib\sqlite3.41.1"
RMDir /r "$INSTDIR\lib\sqlite3.43.2"
RMDir /r "$INSTDIR\libexec\p11-kit"
RMDir /r "$INSTDIR\share\doc\geany-plugins"
RMDir /r "$INSTDIR\share\enchant"
Expand Down

0 comments on commit 3fd9f90

Please sign in to comment.