mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 01:23:11 +00:00
more osx stuff
This commit is contained in:
parent
31c4a0d8a7
commit
9ca467822f
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue