diff --git a/bucket/discord-rpc-extension.json b/bucket/discord-rpc-extension.json index 2fa481ef2d09b..8a58e60f510a0 100644 --- a/bucket/discord-rpc-extension.json +++ b/bucket/discord-rpc-extension.json @@ -1,33 +1,37 @@ { - "version": "0.1.2", + "version": "0.3.0", "description": "Server for the Discord RPC Extension", "homepage": "https://github.com/lolamtisch/Discord-RPC-Extension", "license": "GPL-3.0-only", "notes": "Run \"$dir\\startup_windows.bat\" to enable or disable the server on startup.", "architecture": { "64bit": { - "url": "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/0.1.2/windows_64bit.zip", - "hash": "3d414d846547e2f1d225191a6f5acff1a1f3c68ea63887997b063082a6bf37fe" - }, - "32bit": { - "url": "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/0.1.2/windows_32bit.zip", - "hash": "a9b478d6706802c29abc92f3eb171e08683f498da7f38aed436af298543c35e6" + "url": [ + "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/0.3.0/windows_64bit.zip", + "https://raw.githubusercontent.com/lolamtisch/Discord-RPC-Extension/0.3.0/WindowInstaller/logo.ico" + ], + "hash": [ + "5b1c290c678d3352f0f54805c7264088cee2464830e8cc07f42bd4f87540bd9b", + "4cc82290519ac7ac8c1bb0f8cd00cb3987320c48616aa946b25483217e599f85" + ] } }, "shortcuts": [ [ "server_win.exe", - "Discord RPC Extension Server" + "Discord RPC Extension Server", + "", + "logo.ico" ] ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/$version/windows_64bit.zip" - }, - "32bit": { - "url": "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/$version/windows_32bit.zip" + "url": [ + "https://github.com/lolamtisch/Discord-RPC-Extension/releases/download/$version/windows_64bit.zip", + "https://raw.githubusercontent.com/lolamtisch/Discord-RPC-Extension/$version/WindowInstaller/logo.ico" + ] } } }