Skip to content

Commit

Permalink
feat: electron 31 (#2832)
Browse files Browse the repository at this point in the history
* feat: electron 31

Release-As: 0.37.0

* chore: cleanup electron-builder.yml

dweb handler is not a thing:
ipfs/ipfs-docs#1855

* fix: start with kubo with webrtc-direct

* chore: playwright 1.44

* refactor: new-window event removal

https://www.electronjs.org/docs/latest/breaking-changes#removed-webcontents-new-window-event

* refactor: cleanup protocol handlers
  • Loading branch information
lidel authored Jun 13, 2024
1 parent 5b6b7c3 commit e0a92e0
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 1,029 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ assets/webui
combined.log
error.log
assets/build/snap-hooks
test-results/
6 changes: 1 addition & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ linux:
icon: ipfs-desktop
category: Network;FileTransfer;P2P
synopsis: A desktop client for IPFS
maintainer: henrique@protocol.ai
maintainer: gui@ipfs.tech
target:
- tar.xz
- AppImage
Expand Down Expand Up @@ -90,7 +90,3 @@ protocols:
role: Viewer
schemes:
- ipns
- name: DWEB
role: Viewer
schemes:
- dweb
Loading

0 comments on commit e0a92e0

Please sign in to comment.