diff --git a/chatterino2-nightly.json b/chatterino2-nightly.json index a561935..36c566f 100644 --- a/chatterino2-nightly.json +++ b/chatterino2-nightly.json @@ -1,5 +1,6 @@ { "version": "latest", "url": "https://github.com/fourtf/chatterino2/releases/download/nightly-win/chatterino2.zip", - "bin": "Chatterino2/chatterino.exe" + "bin": "Chatterino2/chatterino.exe", + "shortcuts": ["Chatterino2/chatterino.exe", "Chatterino2"] } diff --git a/depressurizer.json b/depressurizer.json index 8c99237..36d48eb 100644 --- a/depressurizer.json +++ b/depressurizer.json @@ -1,11 +1,12 @@ { - "homepage": "https://github.com/Depressurizer/Depressurizer", - "checkver": "github", - "autoupdate": { - "url": "https://github.com/Depressurizer/Depressurizer/releases/download/v$version/Depressurizer-v$version.zip" - }, - "version": "4.10.0", - "url": "https://github.com/Depressurizer/Depressurizer/releases/download/v4.10.0/Depressurizer-v4.10.0.zip", - "bin": "Depressurizer.exe", - "hash": "7bdf0e5fcf7f5ad5247060d2f5e739551415d80dd05771dc66686964470edff1" + "homepage": "https://github.com/Depressurizer/Depressurizer", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/Depressurizer/Depressurizer/releases/download/v$version/Depressurizer-v$version.zip" + }, + "version": "4.10.0", + "url": "https://github.com/Depressurizer/Depressurizer/releases/download/v4.10.0/Depressurizer-v4.10.0.zip", + "bin": "Depressurizer.exe", + "hash": "7bdf0e5fcf7f5ad5247060d2f5e739551415d80dd05771dc66686964470edff1", + "shortcuts": ["Depressurizer.exe", "Depressurizer"] } diff --git a/streamlink-twitch-gui.json b/streamlink-twitch-gui.json index 55166dc..2426a5e 100644 --- a/streamlink-twitch-gui.json +++ b/streamlink-twitch-gui.json @@ -7,5 +7,6 @@ "version": "1.7.1", "url": "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.7.1/streamlink-twitch-gui-v1.7.1-win64.zip", "bin": "streamlink-twitch-gui/streamlink-twitch-gui.exe", - "hash": "bba43dab03937106d12a9d7d929b3f7871a9135caf850120cb5c071abf547bee" + "hash": "bba43dab03937106d12a9d7d929b3f7871a9135caf850120cb5c071abf547bee", + "shortcuts": ["streamlink-twitch-gui/streamlink-twitch-gui.exe", "StreamLink Twitch GUI"] }