Skip to content

Commit

Permalink
devel/electron25: add experimental port of electron 25
Browse files Browse the repository at this point in the history
Chromium patches obtained from:
FreeBSD ports tree at e0eb878be532f268d77fc5715d45e22bf1fa343e

Changelog: https://www.electronjs.org/blog/electron-25-0
  • Loading branch information
tagattie committed Jun 7, 2023
1 parent ef1cf66 commit 8fd4eb4
Show file tree
Hide file tree
Showing 1,277 changed files with 41,786 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/Uses/electron.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ _INCLUDE_USES_ELECTRON_MK= yes
# Electron uses Node (actually a package manager) for build
.include "${USESDIR}/nodejs.mk"

_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
_VALID_ELECTRON_FEATURES= npm prefetch extract rebuild build
_VALID_ELECTRON_FEATURES_NPM= npm yarn berry
_VALID_ELECTRON_FEATURES_REBUILD=nodejs electron
Expand Down
Loading

0 comments on commit 8fd4eb4

Please sign in to comment.