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 Mar 19, 2023
1 parent eee3d9b commit 3ac62e2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Section Uninstall
Delete "$INSTDIR\bin\gpgme-tool.exe"
Delete "$INSTDIR\bin\gpgme-w32spawn.exe"
Delete "$INSTDIR\bin\libassuan-0.dll"
Delete "$INSTDIR\bin\libcrypto-1_1-x64.dll"
Delete "$INSTDIR\bin\libcrypto-3-x64.dll"
Delete "$INSTDIR\bin\libctpl-2.dll"
Delete "$INSTDIR\bin\libenchant-2.dll"
Delete "$INSTDIR\bin\libgcrypt-20.dll"
Expand All @@ -241,21 +241,24 @@ Section Uninstall
Delete "$INSTDIR\bin\libsoup-gnome-2.4-1.dll"
Delete "$INSTDIR\bin\libsqlite3-0.dll"
Delete "$INSTDIR\bin\libssh2-1.dll"
Delete "$INSTDIR\bin\libssl-1_1-x64.dll"
Delete "$INSTDIR\bin\libssl-3-x64.dll"
Delete "$INSTDIR\bin\libsystre-0.dll"
Delete "$INSTDIR\bin\libtermcap-0.dll"
Delete "$INSTDIR\bin\libunistring-2.dll"
Delete "$INSTDIR\bin\libunistring-5.dll"
Delete "$INSTDIR\bin\lua51.dll"

RMDir /r "$INSTDIR\etc\pki"
RMDir /r "$INSTDIR\etc\ssl"
RMDir /r "$INSTDIR\lib\enchant-2"
RMDir /r "$INSTDIR\lib\engines-1_1"
RMDir /r "$INSTDIR\lib\pkcs11"
RMDir /r "$INSTDIR\lib\engines-3"
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\libexec\p11-kit"
RMDir /r "$INSTDIR\share\doc\geany-plugins"
RMDir /r "$INSTDIR\share\geany-plugins"
RMDir /r "$INSTDIR\share\enchant"
RMDir /r "$INSTDIR\share\geany-plugins"
RMDir /r "$INSTDIR\share\libgpg-error"
RMDir /r "$INSTDIR\share\p11-kit"
RMDir /r "$INSTDIR\share\pki"
Expand Down

0 comments on commit 3ac62e2

Please sign in to comment.