fix(media): stabilize bundled download engines

This commit is contained in:
NimBold
2026-06-11 13:15:19 +03:30
parent 7b3d620efa
commit e165366820
16 changed files with 787 additions and 133 deletions
+6 -3
View File
@@ -1,6 +1,9 @@
.PHONY: build app dmg release run verify clean
.PHONY: engines build app dmg release run verify clean
build:
engines:
Scripts/fetch_media_engines.sh
build: engines
swift build -c release
app:
@@ -13,7 +16,7 @@ release:
Scripts/create_app_bundle.sh
Scripts/create_dmg.sh
run:
run: engines
swift run Firelink
verify: