From e32dc3abe468862784d9cd759e469a9e8540740c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20L=2E=20H=2E-F?= <81755261+gaetanlhf@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:23:43 +0100 Subject: [PATCH] Update scratch-desktop-linux.sh --- scratch-desktop-linux.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scratch-desktop-linux.sh b/scratch-desktop-linux.sh index b5fc0f4..42c0b43 100755 --- a/scratch-desktop-linux.sh +++ b/scratch-desktop-linux.sh @@ -21,9 +21,8 @@ ROOT_FOLDER=$(pwd) MAKE_FOLDER=$(pwd)/.build EXTRACT_FOLDER=$MAKE_FOLDER/scratch-desktop PACKAGES_FOLDER=$(pwd)/packages -SCRATCH_VERSION=3.26.0 -# Please check in the Microsoft Windows executable which version of Electron is used -ELECTRON_VERSION=8.2.5 +SCRATCH_VERSION=3.27.0 +ELECTRON_VERSION=8.5.5 # Clean and create some folders