-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kebhr/feat/update-scratch-to-v3.29.1
Update scratch-desktop to v3.29.1
- Loading branch information
Showing
11 changed files
with
35 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
git clone --depth 1 https://github.com/LLK/scratch-vm.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 | ||
git clone --filter=blob:none https://github.com/LLK/scratch-vm.git -b 0.2.0-prerelease.20220222132735 | ||
git clone --filter=blob:none https://github.com/LLK/scratch-gui.git -b scratch-desktop-v3.29.0 | ||
git clone --filter=blob:none https://github.com/LLK/scratch-desktop.git -b v3.29.1 | ||
|
||
cd scratch-vm | ||
npm install | ||
npm link | ||
cd ../scratch-gui | ||
cd .. | ||
|
||
cd scratch-gui | ||
npm install | ||
npm link scratch-vm | ||
npm link | ||
cd ../scratch-desktop | ||
cd .. | ||
|
||
cd scratch-desktop | ||
npm install | ||
npm link scratch-gui | ||
cd node_modules/scratch-gui | ||
npm link scratch-vm | ||
cd ../../../ | ||
cd node_modules | ||
rm -rf scratch-gui | ||
ln -s ../../scratch-gui scratch-gui | ||
cd ../../ | ||
|
||
git clone https://github.com/kebhr/scratch3-tello | ||
cp -r scratch3-tello/. ./ | ||
rm -rf scratch3-tello/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.