🐛 Fixed shortcuts

This commit is contained in:
2019-05-18 17:45:06 +02:00
parent 2cd9de94b6
commit 9ce5902530
3 changed files with 30 additions and 15 deletions

View File

@ -1,6 +1,11 @@
{
"version": "latest",
"url": "https://github.com/fourtf/chatterino2/releases/download/nightly-win/chatterino2.zip",
"bin": "Chatterino2/chatterino.exe",
"shortcuts": ["Chatterino2/chatterino.exe", "Chatterino2"]
"version": "latest",
"url": "https://github.com/fourtf/chatterino2/releases/download/nightly-win/chatterino2.zip",
"bin": "Chatterino2/chatterino.exe",
"shortcuts": [
[
"Chatterino2/chatterino.exe",
"Chatterino2"
]
]
}