mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +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)
|
||||
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
9AB14B78248CEF3B00DC6731 /* config.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9AF9EE12246492E8005D2270 /* config.plist */; };
|
||||
9AB14B79248CEF4100DC6731 /* config.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9A3E17DC247A94C300449CD1 /* config.plist */; };
|
||||
9AB14B7A248CEF4900DC6731 /* config.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9ABFF904248BEC0B00C9041A /* config.plist */; };
|
||||
9AB3AFA8266D2E2D00DD079C /* updater.sh in Copy Files */ = {isa = PBXBuildFile; fileRef = 9A2848012666AB2F00EC1F6D /* updater.sh */; };
|
||||
9AB6D03926447CAA003215A5 /* reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB6D03826447CAA003215A5 /* reader.m */; };
|
||||
9AB7FD7C246B48DB00387FDA /* settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AB7FD7B246B48DB00387FDA /* settings.swift */; };
|
||||
9ABFF8FD248BEBCB00C9041A /* Battery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9ABFF8F6248BEBCB00C9041A /* Battery.framework */; };
|
||||
@@ -290,6 +291,7 @@
|
||||
dstPath = Scripts;
|
||||
dstSubfolderSpec = 7;
|
||||
files = (
|
||||
9AB3AFA8266D2E2D00DD079C /* updater.sh in Copy Files */,
|
||||
);
|
||||
name = "Copy Files";
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>270</string>
|
||||
<string>278</string>
|
||||
<key>Description</key>
|
||||
<string>Simple macOS system monitor in your menu bar</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
Reference in New Issue
Block a user