The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via b90e6f25f44ecb3c91f872bdd6a0bc5b02f12c82 (commit) from ff6184fe39659d4cec5bce9c250904d3ae1c1787 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: dist/library.zip | Bin 5860442 -> 5860442 bytes dist/pyhoca-gui.exe | Bin 53760 -> 53760 bytes dist/pyhoca-gui.ico | Bin 26182 -> 54086 bytes setup_py2exe.py | 28 +--------------------------- 4 files changed, 1 insertion(+), 27 deletions(-) The diff of changes is: diff --git a/dist/library.zip b/dist/library.zip index a765224..17bfdf6 100644 Binary files a/dist/library.zip and b/dist/library.zip differ diff --git a/dist/pyhoca-gui.exe b/dist/pyhoca-gui.exe index 26156ff..067e439 100644 Binary files a/dist/pyhoca-gui.exe and b/dist/pyhoca-gui.exe differ diff --git a/dist/pyhoca-gui.ico b/dist/pyhoca-gui.ico index a1e1af6..1ae1d18 100644 Binary files a/dist/pyhoca-gui.ico and b/dist/pyhoca-gui.ico differ diff --git a/setup_py2exe.py b/setup_py2exe.py index ba397f4..c7291cb 100644 --- a/setup_py2exe.py +++ b/setup_py2exe.py @@ -11,31 +11,6 @@ from distutils.core import setup from glob import glob import py2exe -manifest = """ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" -manifestVersion="1.0"> -<assemblyIdentity - version="0.0.15" - processorArchitecture="x86" - name="Controls" - type="win32" -/> -<description>PyHoca-GUI</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="X86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> -</dependency> -</assembly> -""" - """ installs manifest and icon into the .exe but icon is still needed as we open it @@ -60,8 +35,7 @@ setup( windows = [ { "script": "pyhoca-gui", - "icon_resources": [(1, "pixmaps/pyhoca-gui.ico")], - #"other_resources": [(24,1,manifest)] + "icon_resources": [(0, "pixmaps/pyhoca_x2go-logo-ubuntu.ico")], } ], data_files=[ hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).