Skip to content

Commit

Permalink
[email protected]: Fix installation (Close #11753)
Browse files Browse the repository at this point in the history
- Remove dependency `extras/winrar-helper`
  • Loading branch information
HUMORCE committed Aug 17, 2023
1 parent c2700ba commit 12d81b9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions bucket/scratch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
"identifier": "Freeware",
"url": "https://scratch.mit.edu/info/faq"
},
"depends": "extras/winrar-helper",
"url": "https://downloads.scratch.mit.edu/desktop/Scratch%203.29.1%20Setup.exe#/setup.exe",
"url": "https://downloads.scratch.mit.edu/desktop/Scratch%203.29.1%20Setup.exe#/dl.7z",
"hash": "dfca2f1a842aea69a2b0a22ca66fa7852f86259e3da4f576f8ae7fa16f1e9134",
"pre_install": [
"$Args = @\"",
"x -IBCK \"$dir\\setup.exe\" \"$dir\"",
"\"@",
"Start-Process -Wait \"$(appdir winrar-helper $global)\\current\\winrar.exe\" -NoNewWindow -ArgumentList $Args",
"Remove-Item \"$dir\\setup.exe\""
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\"-Force -Recurse"
],
"shortcuts": [
[
Expand All @@ -27,6 +23,6 @@
"regex": "refs/tags/v([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.scratch.mit.edu/desktop/Scratch%20$version%20Setup.exe#/setup.exe"
"url": "https://downloads.scratch.mit.edu/desktop/Scratch%20$version%20Setup.exe#/dl.7z"
}
}

0 comments on commit 12d81b9

Please sign in to comment.