From 5bc9f22450ae96272b0d23eeb046c5770e4d4638 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 13 Sep 2019 21:11:52 -0400 Subject: [PATCH] Trying new pyinstaller specs to debug binary build --- runsharp/SHARPpy-osx.spec | 4 ++-- runsharp/SHARPpy-win7-64.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runsharp/SHARPpy-osx.spec b/runsharp/SHARPpy-osx.spec index a6838780..2a74ad25 100644 --- a/runsharp/SHARPpy-osx.spec +++ b/runsharp/SHARPpy-osx.spec @@ -57,10 +57,10 @@ exe = EXE(pyz, a.zipfiles, a.datas, name='SHARPpy', - debug=False, + debug=True, strip=None, upx=True, - console=False ) + console=True ) app = BUNDLE(exe, name='SHARPpy.app', diff --git a/runsharp/SHARPpy-win7-64.spec b/runsharp/SHARPpy-win7-64.spec index b78153a9..d75b9f08 100644 --- a/runsharp/SHARPpy-win7-64.spec +++ b/runsharp/SHARPpy-win7-64.spec @@ -62,10 +62,10 @@ exe = EXE(pyz, a.zipfiles, a.datas, name='SHARPpy.exe', - debug=False, + debug=True, strip=None, upx=True, - console=False, icon='icons\\SHARPpy.ico') + console=True, icon='icons\\SHARPpy.ico') # Revert the _version.py file to its original version using git import subprocess