mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.0.0 (#34)
* v2.0.0 * rewritten application from scratch * new Settings * new custom popup view * moved to own implementation of chart * added more option to configure a widget * now each module has own widget in the menu bar * a lot of new features...
This commit is contained in:
committed by
GitHub
parent
ee41e3ec7c
commit
4d6f759d3b
10
Makefile
10
Makefile
@@ -59,7 +59,7 @@ build: sign
|
||||
|
||||
./create-dmg/create-dmg \
|
||||
--volname $(APP) \
|
||||
--background "./resources/background.png" \
|
||||
--background "./Stats/Supporting Files/background.png" \
|
||||
--window-pos 200 120 \
|
||||
--window-size 500 320 \
|
||||
--icon-size 80 \
|
||||
@@ -89,4 +89,10 @@ history:
|
||||
|
||||
.PHONY: dep
|
||||
dep:
|
||||
carthage update --platform macOS
|
||||
carthage update --platform macOS
|
||||
|
||||
.PHONY: zip
|
||||
zip:
|
||||
cd ../
|
||||
zip -r archive.zip ./
|
||||
open $(PWD)
|
||||
Reference in New Issue
Block a user