update windows build script

This commit is contained in:
Yann Leboulanger 2011-09-17 22:22:56 +02:00
parent 372d2ed284
commit ad487d8eff

View file

@ -49,11 +49,11 @@ options = {
setup(
name='Gajim',
version='0.14.1',
version='0.15',
description='A full featured Jabber client',
author='Gajim Development Team',
url='http://www.gajim.org/',
download_url='http://www.gajim.org/downloads.php',
url='http://gajim.org/',
download_url='http://gajim.org/downloads.php',
license='GPL',
options=options,
executables=[Executable('src/gajim.py', icon='data/pixmaps/gajim.ico'),