From fbd0cd0d5aeb5fff000e6b6c2aace4d8770cb485 Mon Sep 17 00:00:00 2001 From: kebhr <42484226+kebhr@users.noreply.github.com> Date: Sun, 17 Oct 2021 14:08:53 +0900 Subject: [PATCH] use scratch-desktop-v3.10.2 branch of scratch-gui fix #6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0b81b6c..256aebd 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ git clone --depth 1 https://github.com/LLK/scratch-vm.git -git clone --depth 1 --branch scratch-desktop https://github.com/LLK/scratch-gui.git +git clone --depth 1 --branch scratch-desktop-v3.10.2 https://github.com/LLK/scratch-gui.git git clone --depth 1 --branch v3.10.4 https://github.com/LLK/scratch-desktop.git cd scratch-vm npm install