Skip to content

Commit adf21ad

Browse files
authored
electron-26: bump to 26.6.10 (#33)
[skip ci]
1 parent 9830328 commit adf21ad

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
--- a/electron/shell/browser/extensions/api/extension_action/extension_action_api.cc
2+
+++ b/electron/shell/browser/extensions/api/extension_action/extension_action_api.cc
3+
@@ -154,6 +154,13 @@
4+
}
5+
6+
ExtensionFunction::ResponseAction
7+
+ExtensionActionOpenPopupFunction::RunExtensionAction() {
8+
+ LOG(INFO) << "chrome.action.openPopup is not supported in Electron";
9+
+
10+
+ return RespondNow(NoArguments());
11+
+}
12+
+
13+
+ExtensionFunction::ResponseAction
14+
ExtensionActionGetBadgeTextFunction::RunExtensionAction() {
15+
LOG(INFO) << "chrome.action.getBadgeText is not supported in Electron";
16+

tur-electron/electron-26/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Build cross-platform desktop apps with JavaScript, HTML,
33
TERMUX_PKG_LICENSE="MIT, BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
55
_CHROMIUM_VERSION=116.0.5845.82
6-
TERMUX_PKG_VERSION=26.0.0
6+
TERMUX_PKG_VERSION=26.6.10
77
TERMUX_PKG_SRCURL=git+https://github.com/electron/electron
88
TERMUX_PKG_DEPENDS="electron-deps"
99
TERMUX_PKG_BUILD_DEPENDS="libnotify, libffi-static"

0 commit comments

Comments
 (0)