Install app

This commit is contained in:
Bastian Kleineidam 2013-12-05 08:32:50 +01:00
parent 333b1ca5df
commit 31c4a0d8a7

View file

@ -165,8 +165,9 @@ app: distclean localbuild chmod
appinstall: app
mkdir -p dist/mnt
hdiutil attach -mountpoint dist/mnt dist/$(APPNAME)-$(VERSION).dmg
ls -la dist/mnt
ls -la dist/mnt /Applications
-cp dist/mnt/$(APPNAME).app /Applications
hdiutil detach dist/mnt
# Build RPM installer with cx_Freeze
rpm: