feat: initialize firelink download manager

This commit is contained in:
nimbold
2026-06-01 04:04:04 +03:30
commit 5e063f96e5
12 changed files with 1054 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.PHONY: build app run clean
build:
swift build -c release
app:
Scripts/create_app_bundle.sh
run:
swift run Firelink
clean:
swift package clean
rm -rf build