update scripts to build 0.7.1 .exe file

This commit is contained in:
Yann Leboulanger 2005-06-05 11:08:44 +00:00
parent 99b86a7c20
commit aa73d773c0
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@
[Setup]
AppName=Gajim
AppVerName=Gajim version 0.7
AppVerName=Gajim version 0.7.1
DefaultDirName={pf}\Gajim
DefaultGroupName=Gajim
UninstallDisplayIcon={app}\src\Gajim.exe

View file

@ -36,13 +36,12 @@ opts = {
'libgtk-win32-2.0-0.dll','libpango-1.0-0.dll',
'libpangowin32-1.0-0.dll'
],
'optimize': '2', # python -OO
}
}
setup(
name = 'Gajim',
version = '0.7',
version = '0.7.1',
description = 'A Jabber client written in PyGTK',
windows = [{'script': 'src/gajim.py',
'icon_resources': [(1, 'gajim.ico')]}],