Skip to content

Commit

Permalink
Add iCue (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 22, 2018
1 parent 85c9d4a commit 13a234e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
| [AutoClickers **(AutoClickers)**](./AutoClickers.json) ||| ✔ (✔) |
| [BleachBit **(BleachBit)**](./BleachBit.json) ||| ✔ (✔) |
| [CCleaner Professional **(CCleanerPro)**](./CCleanerPro.json) ||| ✔ (⛔) |
| [Corsair's iCue **(iCue)**](./iCue.json) ||| ✔ (⛔) |
| [Disable Win Tracking **(DWT)**](./DWT.json) ||| ✔ (⛔) |
| [Format Factory **(FormatFactory)**](./FormatFactory.json) ||| ✔ (⛔) |
| [FastStone Image Viewer **(FastStone)**](./FastStone.json) ||| ✔ (⛔) |
Expand Down Expand Up @@ -76,7 +77,6 @@
| [Microsoft Office 2016 Professional Plus CZ **(MSOffice2016)**](./TODO/MSOffice2016.json) ||| ⭕ (⭕) |
| [Microsoft Office 2019 Professional Plus CZ **(MSOffice2019)**](./TODO/MSOffice2019.json) ||| ⭕ (⭕) |
| --- | --- | --- | --- |
| [Corsair's iCue **(iCue)**](./TODO/iCue.json) ||| ❌ (❌) |
| [Eset Nod32 **(EsetNod32)**](./TODO/EsetNod32.json) ||| ❌ (❌) |
| [NVidia GeForce Experience **(GeForceExp)**](./TODO/GeForceExp.json) ||| ✔ (✔) |
| [Docker **(docker)**](./TODO/docker.json) ||| ❌ (❌) |
Expand Down
19 changes: 4 additions & 15 deletions TODO/iCue.json → iCue.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
{
"version": "3.6.109",
"description": "Corsair iCue. Connects all your compatible products together in a single interface, giving you complete control of everything from RGB lighting and effects to fan speeds and temperature monitoring.",
"description": "Corsair's iCue. Connects all your compatible products together in a single interface, giving you complete control of everything from RGB lighting and effects to fan speeds and temperature monitoring.",
"homepage": "https://www.corsair.com/us/en/icue",
"url": "http://softwaredownloads.corsair.com/Files/CUE/iCUESetup_3.6.109_release.msi#/cosi.msi",
"url": "http://softwaredownloads.corsair.com/Files/CUE/iCUESetup_3.6.109_release.msi",
"hash": "51599b0ffa51d3d34d5c357f9c56e9cb44b76f106f62b6ec64e3e3c1af75c9f9",
"installer": {
"args": [
""
],
"keep": true
},
"uninstaller": {
"file": "cosi.msi",
"args": [
""
]
},
"extract_dir": "Corsair\\iCue",
"shortcuts": [
[
"iCue.exe",
Expand All @@ -27,6 +16,6 @@
"re": "CORSAIR iCUE v([\\d+\\.]+)"
},
"autoupdate": {
"url": "http://softwaredownloads.corsair.com/Files/CUE/iCUESetup_$version_release.msi#/cosi.msi"
"url": "http://softwaredownloads.corsair.com/Files/CUE/iCUESetup_$version_release.msi"
}
}

0 comments on commit 13a234e

Please sign in to comment.