File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/install-scratch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx');
1313require ( './install-scratch.scss' ) ;
1414
1515const downloadUrls = {
16- mac : 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.11.1 .dmg' ,
17- win : 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop% 20Setup%203.11.1 .exe' ,
16+ mac : 'https://downloads.scratch.mit.edu/desktop/Scratch.dmg' ,
17+ win : 'https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe' ,
1818 googlePlayStore : 'https://play.google.com/store/apps/details?id=org.scratch' ,
1919 microsoftStore : 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge' ,
2020 macAppStore : 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12'
You can’t perform that action at this time.
0 commit comments