Replace downloads list with updater tool

This commit is contained in:
hensm
2019-02-14 05:00:03 +00:00
parent d4d55ea59e
commit 98bd2f2ab3
11 changed files with 524 additions and 94 deletions

View File

@@ -10,7 +10,6 @@ export default async function getBridgeInfo () {
applicationVersion = response.data;
} catch (err) {
console.error(err)
return null;
}