fix disk module (read freeSize of disk)

This commit is contained in:
Serhiy Mytrovtsiy
2020-04-29 15:39:37 +02:00
parent 903dad9a86
commit 525abaa443
3 changed files with 18 additions and 21 deletions

View File

@@ -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: