Have You Ever Imagined Scratch 3.0 will be possible for windows 7?
Well, yes, it's possible and very easy
Simple Method!
Prerequisite:
Do you feel downloading from an unofficial site is wrong?
Well then you can make your own Official Version
Since you're a Developer, you should already have:
- git-scm
- node js and npm
- A text editor(not required now)
If not Make sure you install it.
Run the following commands in the command prompt, one by one
git clone https://github.com/LLK/scratch-desktop.git
cd scratch-desktop
npm install
Now that we have done the setup, it's time to make our exe! and the trick is running the build command given below make the exe compatible with our OS (win7) automatically!
npm run dist
Summary: We have never imagined it would be possible to install scratch 3.0 on win7, but it happened today as a real truth!