Skip to content

Commit a55fe8a

Browse files
committed
devel/electron34: add experimental port of electron 34
Chromium patches obtained from: FreeBSD ports tree at 8087388898766281e0e50e4c8736e2f94e9cf7c1 Changelog: https://www.electronjs.org/blog/electron-34-0
1 parent 022ea8d commit a55fe8a

File tree

1,480 files changed

+46792
-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,480 files changed

+46792
-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
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
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)