Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-23 20:12:07 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-23 20:12:07 (GMT)
commit99b48d68f571bb8b584ad0850ec571d831b56be7 (patch)
treee40abd37abd48f64cff695d2c80c5420d3141ccd /tools
parent4fcc62ff7f6657ebbb6bb62e4e39f037d6dde1f0 (diff)
- more fixes for the windows install procedure
- connect4 has been fixed by Miguel to better manage the party end.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/py2exe/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/py2exe/setup.py b/tools/py2exe/setup.py
index f04376f..66e51de 100755
--- a/tools/py2exe/setup.py
+++ b/tools/py2exe/setup.py
@@ -9,7 +9,6 @@ setup(
windows = [
{
'script': 'gcompris.py',
- 'icon_resources': [(1, "gcompris.ico")],
}
],