Skip to content

Commit

Permalink
electron-26: bump to 26.6.10 (#33)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
licy183 authored Apr 6, 2024
1 parent 9830328 commit adf21ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- a/electron/shell/browser/extensions/api/extension_action/extension_action_api.cc
+++ b/electron/shell/browser/extensions/api/extension_action/extension_action_api.cc
@@ -154,6 +154,13 @@
}

ExtensionFunction::ResponseAction
+ExtensionActionOpenPopupFunction::RunExtensionAction() {
+ LOG(INFO) << "chrome.action.openPopup is not supported in Electron";
+
+ return RespondNow(NoArguments());
+}
+
+ExtensionFunction::ResponseAction
ExtensionActionGetBadgeTextFunction::RunExtensionAction() {
LOG(INFO) << "chrome.action.getBadgeText is not supported in Electron";

2 changes: 1 addition & 1 deletion tur-electron/electron-26/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Build cross-platform desktop apps with JavaScript, HTML,
TERMUX_PKG_LICENSE="MIT, BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
_CHROMIUM_VERSION=116.0.5845.82
TERMUX_PKG_VERSION=26.0.0
TERMUX_PKG_VERSION=26.6.10
TERMUX_PKG_SRCURL=git+https://github.com/electron/electron
TERMUX_PKG_DEPENDS="electron-deps"
TERMUX_PKG_BUILD_DEPENDS="libnotify, libffi-static"
Expand Down

0 comments on commit adf21ad

Please sign in to comment.