mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
fix: fixed create-dmg stage
fix: include update.sh in the build (was removed when added smc)
This commit is contained in:
3
Makefile
3
Makefile
@@ -73,7 +73,7 @@ sign:
|
||||
|
||||
prepare-dmg:
|
||||
if [ ! -d $(PWD)/create-dmg ]; then \
|
||||
git clone https://github.com/andreyvit/create-dmg; \
|
||||
git clone https://github.com/create-dmg/create-dmg; \
|
||||
fi
|
||||
|
||||
./create-dmg/create-dmg \
|
||||
@@ -85,6 +85,7 @@ prepare-dmg:
|
||||
--icon "Stats.app" 125 175 \
|
||||
--hide-extension "Stats.app" \
|
||||
--app-drop-link 375 175 \
|
||||
--no-internet-enable \
|
||||
$(PWD)/$(APP).dmg \
|
||||
$(APP_PATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user