From 799d469cb69050c228e6dff649cf226e35692b89 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 3 Sep 2021 07:43:13 +0430 Subject: [PATCH] bump electron version --- scripts/unix-bundler.sh | 2 +- scripts/windows-bundler.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/unix-bundler.sh b/scripts/unix-bundler.sh index 30f2cf2d..911c4488 100755 --- a/scripts/unix-bundler.sh +++ b/scripts/unix-bundler.sh @@ -6,7 +6,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -electron_version="v12.0.9" +electron_version="v14.0.0" if [ $1 = "linux-x64" ]; then jre="OpenJDK8U-jre_x64_linux_hotspot_8u302b08.tar.gz" diff --git a/scripts/windows-bundler.sh b/scripts/windows-bundler.sh index a9721bd0..2545866a 100755 --- a/scripts/windows-bundler.sh +++ b/scripts/windows-bundler.sh @@ -6,7 +6,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -electron_version="v12.0.9" +electron_version="v14.0.0" if [ $1 = "win32" ]; then jre="OpenJDK8U-jre_x86-32_windows_hotspot_8u292b10.zip"