mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 16:24:30 +09:00
fix disk module (read freeSize of disk)
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,7 +16,7 @@ DMG_PATH = $(PWD)/$(APP).dmg
|
||||
all: clean archive notarize sign build
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_PATH)
|
||||
# rm -rf $(BUILD_PATH)
|
||||
|
||||
.PHONY: archive
|
||||
archive: clean
|
||||
@@ -70,7 +70,7 @@ build: sign
|
||||
$(APP_PATH)
|
||||
|
||||
rm -rf ./create-dmg
|
||||
rm -rf $(BUILD_PATH)
|
||||
# rm -rf $(BUILD_PATH)
|
||||
open $(PWD)
|
||||
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user