Skip to content

Commit 996a80d

Browse files
authored
Merge pull request #4145 from LLK/hotfix/scratch-desktop-evergreen
[Develop] use 'evergreen' URLs for Scratch Desktop downloads
2 parents 5a76d80 + 2088cf2 commit 996a80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/install-scratch/install-scratch.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx');
1313
require('./install-scratch.scss');
1414

1515
const 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'

0 commit comments

Comments
 (0)