Skip to content

Commit

Permalink
updated windows and mac installers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Mar 13, 2017
1 parent 405071a commit ffe364f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/MEAPapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a = Analysis(['../MEAPapp.py'],

a.datas += [
('resources/logo512x512.png',
'/Users/matt/projects/MEAP/meap/resources/logo512x512.png','DATA')
'/Users/matt/projects/MEAP/meap/resources/logo512x512.png','DATA'),
('resources/meap.png',
'/Users/matt/projects/MEAP/meap/resources/meap.png','DATA')
]
Expand Down
2 changes: 2 additions & 0 deletions packaging/MEAPexe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ a = Analysis(['..\\MEAPapp.py'],
cipher=block_cipher)

a.datas += [
('resources\\meap.png',
'C:\\Users\\Conda\\MEAP\\meap\\resources\\meap.png','DATA'),
('resources\\logo512x512.png',
'C:\\Users\\Conda\\MEAP\\meap\\resources\\logo512x512.png','DATA')
]
Expand Down
Empty file modified packaging/deps2.py
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion packaging/mac_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ rm -rf build dist
export ETS_TOOLKIT=qt4
export QT_API=pyqt
pyinstaller MEAPapp.spec
builddmg
dmgbuild -s build_dmg.py "MEAPInstaller" dist/meap_installer.dmg

0 comments on commit ffe364f

Please sign in to comment.