update scripts to build 0.7.1 .exe file
This commit is contained in:
parent
99b86a7c20
commit
aa73d773c0
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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')]}],
|
||||
|
|
Loading…
Add table
Reference in a new issue