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"