Skip to content

Commit c9c4e9d

Browse files
committed
devel/electron38: add experimental port of electron 38
Chromium patches obtained from: FreeBSD ports tree at d7a8c7e76b85da4c340babd701e2e9088568daa9. Changelog: https://www.electronjs.org/blog/electron-38-0
1 parent 0626f20 commit c9c4e9d

File tree

1,570 files changed

+49522
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,570 files changed

+49522
-1
lines changed

Mk/Uses/electron.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _INCLUDE_USES_ELECTRON_MK= yes
119119
# Electron uses Node.js (actually a node package manager) for build
120120
.include "${USESDIR}/nodejs.mk"
121121

122-
_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
122+
_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
123123
_VALID_ELECTRON_FEATURES= npm appbuilder prefetch extract rebuild build
124124
_VALID_ELECTRON_FEATURES_NPM= npm yarn1 yarn2 yarn4 pnpm
125125
_VALID_ELECTRON_FEATURES_APPBUILDER=release devel

0 commit comments

Comments
 (0)