Skip to content

Commit

Permalink
Added mac spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
reilleya committed Apr 29, 2019
1 parent f2eacf7 commit 7b34472
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions macOneFile.spec
@@ -0,0 +1,36 @@
# -*- mode: python -*-

block_cipher = None


a = Analysis(['main.py'],
pathex=['/Users/andrew/openMotor'],
binaries=[],
datas=[],
hiddenimports=['pywt._extensions._cwt'],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='openMotor',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
runtime_tmpdir=None,
console=False )
app = BUNDLE(exe,
name='openMotor.app',
icon='resources/oMIconCycles.icns',
bundle_identifier=None)
Binary file added resources/oMIconCycles.icns
Binary file not shown.

0 comments on commit 7b34472

Please sign in to comment.