build: bundle aria2c and dependencies via dylibbundler for zero-config distribution

This commit is contained in:
nimbold
2026-06-02 06:18:38 +03:30
parent cba94a7415
commit b91f6abdb0
3 changed files with 25 additions and 8 deletions
+3
View File
@@ -41,6 +41,9 @@ jobs:
uname -a
swift --version
- name: Install dependencies
run: brew install aria2 dylibbundler
- name: Build app bundle
env:
MARKETING_VERSION: ${{ steps.version.outputs.version }}