more osx stuff

This commit is contained in:
Bastian Kleineidam 2013-12-05 18:29:42 +01:00
parent 31c4a0d8a7
commit 9ca467822f

View file

@ -165,8 +165,10 @@ app: distclean localbuild chmod
appinstall: app
mkdir -p dist/mnt
hdiutil attach -mountpoint dist/mnt dist/$(APPNAME)-$(VERSION).dmg
ls -la dist/mnt /Applications
-cp dist/mnt/$(APPNAME).app /Applications
ls -laR dist/mnt
-find / -name find_modules.py 2>/dev/null
-find / -name sip.py 2>/dev/null
-open -n dist/mnt/$(APPNAME).app
hdiutil detach dist/mnt
# Build RPM installer with cx_Freeze