Skip to content

Commit

Permalink
updated OSX build resources to include icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb authored and Caleb committed Apr 15, 2019
1 parent a9b493f commit 59f3b4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/mac-env-setup/collbook-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ block_cipher = None


a = Analysis(['collBook.py'],
pathex=['/Users/jacob/Documents/Projects/pdDesk'],
pathex=['/Users/caleb/Documents/collbook'],
binaries=[],
datas=[],
hiddenimports=['reportlab.graphics.barcode.code128', 'reportlab.graphics.barcode.code93', 'reportlab.graphics.barcode.usps', 'reportlab.graphics.barcode.usps4s', 'reportlab.graphics.barcode.ecc200datamatrix'],
Expand All @@ -23,15 +23,14 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='collBook-0.1.2',
name='collBook-0.1.6',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
runtime_tmpdir=None,
console=False ,
icon='/Users/jacob/Documents/Projects/icon.ico')
console=False, icon='logomark.icns')
app = BUNDLE(exe,
name='collBook-0.1.3.app',
icon='fern.ico',
name='collBook-0.1.6.app',
icon='logomark.icns',
bundle_identifier=None)
Binary file added docs/mac-env-setup/logomark.icns
Binary file not shown.

0 comments on commit 59f3b4e

Please sign in to comment.