Skip to content

Commit

Permalink
Testing macOS binary creation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 18, 2019
1 parent bf7dc12 commit bf67c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import sharppy

# Analyze the SHARPpy package to get dependencies, etc.
a = Analysis(['SHARPpy.py'],
pathex=['/Users/vsts/agent/2.155.1/work/1/s/runsharp', '/Users/vsts/agent/2.155.1/work/1/s'],
pathex=['/Users/vsts/agent/2.155.1/work/1/s/runsharp', '/Users/vsts/agent/2.155.1/work/1/s', '/Users/blumberg/SHARPpy/runsharp'],
hiddenimports=['xml.etree.ElementTree', 'sharppy.io.pecan_decoder', 'sharppy.io.spc_decoder', 'sharppy.io.buf_decoder', 'sharppy.io.uwyo_decoder', 'datasources.available', 'sharppy.sharptab.prof_collection'],
hookspath=None,
runtime_hooks=None)
Expand Down
1 change: 1 addition & 0 deletions runsharp/full_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import platform

HOME_DIR = os.path.join(os.path.expanduser("~"), ".sharppy")
os.mkdir(HOME_DIR)

HEADER = '\033[95m'
OKBLUE = '\033[94m'
Expand Down

0 comments on commit bf67c52

Please sign in to comment.