feat(updates): replace Sparkle with GitHub release checks

This commit is contained in:
nimbold
2026-06-09 08:26:19 +03:30
parent 4b3c80cda9
commit 683eb45d0e
17 changed files with 620 additions and 568 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
.PHONY: build app dmg run verify clean
.PHONY: build app dmg release run verify clean
build:
swift build -c release
@@ -9,6 +9,10 @@ app:
dmg: app
Scripts/create_dmg.sh
release:
Scripts/create_app_bundle.sh
Scripts/create_dmg.sh
run:
swift run Firelink