From a202367fda46ba340914923dbf10a7dcc400b8c8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 3 Nov 2009 19:53:11 +0100 Subject: [PATCH] remove unused file from windows installer script --- ChangeLog | 2 +- gajim.nsi | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e4f70e5e..6f77eb6d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,7 @@ Gajim 0.13 (XX November 2009) * Ability to enable / disable accounts * better URL recognition * groupchat autoreconnect - * Store passwords in KDE wallet is available + * Store passwords in KDE wallet if available * Better MUC errors handling * Fix sound player launch (don't create zombies anymore) * Optional shell like completion diff --git a/gajim.nsi b/gajim.nsi index 3a5c8910f..a8ae08281 100644 --- a/gajim.nsi +++ b/gajim.nsi @@ -174,7 +174,6 @@ Section "Gajim" SecGajim File "bin\pywintypes25.dll" File "bin\OpenSSL.rand.pyd" File "bin\select.pyd" - File "bin\Crypto.Hash.SHA256.pyd" File "bin\sqlite3.dll" File "bin\ssleay32.dll" File "bin\OpenSSL.SSL.pyd" @@ -651,7 +650,6 @@ Section "Uninstall" Delete "$INSTDIR\bin\bz2.pyd" Delete "$INSTDIR\bin\cairo._cairo.pyd" Delete "$INSTDIR\bin\Crypto.Cipher.AES.pyd" - Delete "$INSTDIR\bin\Crypto.Hash.SHA256.pyd" Delete "$INSTDIR\bin\gajim.exe" Delete "$INSTDIR\bin\gobject._gobject.pyd" Delete "$INSTDIR\bin\gtk._gtk.pyd"