Skip to content

Commit

Permalink
chatterino7: Add version 7.4.2 (#10925)
Browse files Browse the repository at this point in the history
* chatterino7: Add version 7.4.2

* Update chatterino7.json

* Update chatterino7.json

* Update chatterino7.json

* Update chatterino7.json

* Update chatterino7.json

* Update chatterino7.json
  • Loading branch information
FlawlessCasual17 committed Apr 9, 2023
1 parent d26a6aa commit ed75124
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/chatterino7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "7.4.2",
"homepage": "https://github.com/SevenTV/chatterino7",
"description": "A fork of Chatterino 2 with 7TV subscriber features.",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/SevenTV/chatterino7/releases/download/v7.4.2/Chatterino7.Portable.zip",
"hash": "7f9e6f1046952563f195831626bdfd19eeae8e0d6e5430759471409ca84cc86a"
}
},
"extract_dir": "Chatterino2",
"bin": [
[
"chatterino.exe",
"chatterino7"
]
],
"shortcuts": [
[
"chatterino.exe",
"Chatterino7"
]
],
"persist": [
"Settings",
"Cache",
"Logs",
"Misc",
"ProfileAvatars"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SevenTV/chatterino7/releases/download/v$version/Chatterino7.Portable.zip"
}
},
"hash":{
"url": "$baseurl/sha256-checksums.txt",
"regex": "$sha256\\s+G\\:\\\\Dev\\\\symbolification\\\\final\\\\$basename"
}
}
}

0 comments on commit ed75124

Please sign in to comment.