update windows build script
This commit is contained in:
parent
372d2ed284
commit
ad487d8eff
1 changed files with 3 additions and 3 deletions
|
@ -49,11 +49,11 @@ options = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Gajim',
|
name='Gajim',
|
||||||
version='0.14.1',
|
version='0.15',
|
||||||
description='A full featured Jabber client',
|
description='A full featured Jabber client',
|
||||||
author='Gajim Development Team',
|
author='Gajim Development Team',
|
||||||
url='http://www.gajim.org/',
|
url='http://gajim.org/',
|
||||||
download_url='http://www.gajim.org/downloads.php',
|
download_url='http://gajim.org/downloads.php',
|
||||||
license='GPL',
|
license='GPL',
|
||||||
options=options,
|
options=options,
|
||||||
executables=[Executable('src/gajim.py', icon='data/pixmaps/gajim.ico'),
|
executables=[Executable('src/gajim.py', icon='data/pixmaps/gajim.ico'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue