This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 8ac4185b5ff75c2af050a3b8284e11202928f50a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 13 10:29:44 2014 -0400 Windows: Set the pyhoca-gui icon on pyhoca-gui.exe (Fixes: #548) --- debian/changelog | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f3bf7fd..2421865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low [ Mike DePaulo ] * New upstream version (0.5.0.0): + - Windows: Set the pyhoca-gui icon on pyhoca-gui.exe (Fixes: #548) + The icon will show up in Task Manager too. - Windows: Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS. Fixes choppy sound in Adobe Flash Player (Fixes: #533) - Windows: Upgrade from VcXsrv 1.14.2.0 to VcXsrv-xp 1.14.3.2 diff --git a/setup.py b/setup.py index 9603a64..3617006 100755 --- a/setup.py +++ b/setup.py @@ -230,12 +230,14 @@ class build_installer_bbfreeze(build_installer, Freezer, Command): if not os.path.exists(self.dist_dir): os.makedirs(self.dist_dir) + def do_build_exe(self): Freezer.__init__(self, self.dist_dir, includes=self.includes, excludes=self.excludes, ) self.addScript(SCRIPT_NAME, gui_only=True) + self.setIcon('pixmaps/pyhoca-gui.ico') Freezer.__call__(self) if self.distribution.has_data_files(): print "*** copy data files ***" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git