mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 17:44:42 +00:00
Install app
This commit is contained in:
parent
333b1ca5df
commit
31c4a0d8a7
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue