Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: engine aria2 bin path 20230327 #1405

Merged
merged 3 commits into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
Expand All @@ -33,7 +33,7 @@ jobs:
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Prepare for app notarization (macOS)
if: startsWith(matrix.os, 'macos')
if: startsWith(matrix.os, 'macos') && startsWith(github.ref, 'refs/tags/v')
# Import Apple API key for app notarization on macOS
run: |
mkdir -p ~/private_keys/
Expand Down
File renamed without changes.
Binary file added extra/darwin/x64/engine/aria2c
Binary file not shown.
Binary file removed extra/darwin/x86/engine/aria2c
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ auto-save-interval=10
# Enable disk cache.
disk-cache=32M
# Specify file allocation method.
file-allocation=falloc
file-allocation=none
# Save error/unfinished downloads to a file specified by --save-session option every SEC seconds.
save-session-interval=10

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.