Skip to content

Commit

Permalink
WindowsOnRaspberry: Add version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Dec 20, 2020
1 parent cbb0740 commit b65a1d8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
| [WinAIO Maker Professional **(WinAIO)**](./bucket/WinAIO.json) ||| ❌ (⛔) |
| [Windows 10 Initial Setup **(Win10InitialSetup)**](./bucket/Win10InitialSetup.json) ||| ✔ (⛔) |
| [Windows 10 Update Assistant **(Windows10UpdateAssistant)**](./bucket/Windows10UpdateAssistant.json) ||| ❌ (❌) |
| [Windows on Raspberry **(WindowsOnRaspberry)**](./bucket/WindowsOnRaspberry.json) ||| ✔ (⛔) |
| [Windows Repair Toolbox **(WindowsRepairToolbox)**](./bucket/WindowsRepairToolbox.json) ||| ✔ (✔) |
| [Windows Terminal Preview **(WindowsTerminal-preview)**](./bucket/WindowsTerminal-preview.json) ||| ✔ (⛔) |
| [winget **(winget)**](./bucket/winget.json) ||| ✔ (✔) |
Expand Down
30 changes: 30 additions & 0 deletions bucket/WindowsOnRaspberry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.0.1",
"description": "Windows on Raspberry",
"homepage": "https://www.worproject.ml",
"license": "Unknown",
"changelog": "https://www.worproject.ml/changelog.htm",
"url": "https://dl.orangedox.com/WoR-Release-2.0.1?dl=1#/cosi.7z",
"hash": "10c8b5c4ec0d60c68a650a799f21d71a220edce48821bac15222a3e63d3cd88e",
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Test-Persistence 'settings.ini' '[WoR Configuration File]'"
],
"shortcuts": [
[
"WoR.exe",
"Windows on Raspberry"
]
],
"persist": [
"logs",
"settings.ini"
],
"checkver": {
"url": "https://www.worproject.ml/changelog.htm",
"regex": "\\[version\\s+([\\d.]+)\\]"
},
"autoupdate": {
"url": "https://dl.orangedox.com/WoR-Release-$version?dl=1#/cosi.7z"
}
}

0 comments on commit b65a1d8

Please sign in to comment.