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