mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Try more
This commit is contained in:
parent
ba501ea88c
commit
ef67f61209
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
|
@ -165,10 +165,11 @@ app: distclean localbuild chmod
|
|||
appinstall: app
|
||||
mkdir -p dist/mnt
|
||||
hdiutil attach -mountpoint dist/mnt dist/$(APPNAME)-$(VERSION).dmg
|
||||
cat /usr/local/lib/python2.7/site-packages/modulegraph/find_modules.py
|
||||
cat /usr/local/lib/python2.7/site-packages/py2app/recipes/sip.py
|
||||
-man open
|
||||
open -n dist/mnt/$(APPNAME).app
|
||||
# cat /usr/local/lib/python2.7/site-packages/modulegraph/find_modules.py
|
||||
# cat /usr/local/lib/python2.7/site-packages/py2app/recipes/sip.py
|
||||
man -P cat open
|
||||
open -n dist/mnt/$(APPNAME).app --args http://www.example.org
|
||||
sleep 10
|
||||
-hdiutil detach dist/mnt
|
||||
|
||||
# Build RPM installer with cx_Freeze
|
||||
|
|
|
|||
Loading…
Reference in a new issue