Skip to content

Commit

Permalink
CZManager: Add version 2.3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 2, 2021
1 parent 1c359f8 commit ed50b7a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| [Concat **(Concat)**](./bucket/Concat.json) ||| ✔ (⛔) |
| [CrossFont **(CrossFont)**](./bucket/CrossFont.json) ||| ✔ (⛔) |
| [cwRsync **(cwRsync)**](./bucket/cwRsync.json) ||| ❌ (❌) |
| [CZ Manager **(CZManager)**](./bucket/CZManager.json) ||| ✔ (⛔) |
| [Depressurizer **(Depressurizer)**](./bucket/Depressurizer.json) ||| ✔ (⛔) |
| [devcontainer-cli **(devcontainer-cli)**](./bucket/devcontainer-cli.json) ||| ✔ (⛔) |
| [devilutionX **(devilutionX)**](./bucket/devilutionX.json) ||| ✔ (✔) |
Expand Down
24 changes: 24 additions & 0 deletions bucket/CZManager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.3.3.8",
"description": "CZ Manager",
"homepage": "https://lokalizace.net/Home/Manager",
"license": "Unknown",
"url": "https://lokalizace.net/downloads/CZ_Manager_2.3.3.8.zip",
"hash": "16c85b6a1eea2b68c225711696b62b9e357a8cc1f2a387b77fd50cac36804b13",
"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'",
"Remove-AppDirItem 'Updater*'"
],
"shortcuts": [
[
"CZManagerV2.exe",
"CZ Manager"
]
],
"persist": "settings.ini",
"checkver": ">([\\d.]+)</",
"autoupdate": {
"url": "https://lokalizace.net/downloads/CZ_Manager_$version.zip"
}
}

0 comments on commit ed50b7a

Please sign in to comment.