Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

webui:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out Git repository
uses: actions/checkout@v6
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:

test:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
needs: webui
strategy:
fail-fast: false
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:

build:
runs-on: ${{ matrix.os }}
timeout-minutes: 40
needs: test # build packages only if tests passed
strategy:
fail-fast: false
Expand Down
Binary file added assets/build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ linux:
executableName: ipfs-desktop
executableArgs:
- --no-sandbox
icon: ipfs-desktop
icon: icon.png
category: Network;FileTransfer;P2P
synopsis: A desktop client for IPFS
maintainer: gui@ipfs.tech
Expand Down
Loading
Loading