diff --git a/frontend/assets/tourneys.json b/frontend/assets/tourneys.json index d291d64..4edc0ae 100644 --- a/frontend/assets/tourneys.json +++ b/frontend/assets/tourneys.json @@ -702,6 +702,188 @@ "end": "28/02/2021" } }, + "3WC": { + "name": "3 digit world cup 2021", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.75" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1256770", + "date": { + "start": "02/04/2021", + "end": "09/05/2021" + } + }, + "GSHT": { + "name": "Gary's Spring Hidden Tournament", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.00" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1266715", + "date": { + "start": "26/03/2021", + "end": "" + } + }, + "ATSW": { + "name": "Azu's Tourneys: Summer vs Winter", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.75" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1272759", + "date": { + "start": "09/04/2021", + "end": "09/05/2021" + } + }, + "BBC": { + "name": "Bamboo Cup", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.00" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1274066", + "date": { + "start": "09/05/2021", + "end": "20/06/2021" + } + }, + "5DDC": { + "name": "5 Digit Draft Cup", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.75" + }, + "FL": { + "type": "*", + "value": "2.00" + } + }, + "forumID": "1279137", + "date": { + "start": "09/04/2021", + "end": "" + } + }, + "TPR": { + "name": "The Perennial", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.60" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1268244", + "date": { + "start": "17/04/2021", + "end": "30/05/2021" + } + }, + "NCT": { + "name": "Neko's Club Tournament", + "modifiers": { + "HD": { + "type": "*", + "value": "1.00" + }, + "HR": { + "type": "*", + "value": "1.00" + }, + "EZ": { + "type": "*", + "value": "1.00" + }, + "FL": { + "type": "*", + "value": "1.00" + } + }, + "forumID": "1250915", + "date": { + "start": "13/03/2021", + "end": "21/04/2021" + } + }, "": { "name": "", "modifiers": { diff --git a/package.json b/package.json index 0c98db1..5329131 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "osu-tourney-match-displayer", - "version": "1.5.0", + "version": "1.5.1", "description": "Displayer for osu! Tournament Matches", "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/AkinariHex/oTMD.git" + "url": "https://github.com/AkinariHex/oTMD.git" }, - "homepage": "https://github.com/AkinariHex/oTMD#otmd-project", + "homepage": "https://github.com/AkinariHex/oTMD", "build": { "appId": "com.akinari.osu-tourney-match-displayer", "productName": "osu! Tourney Match Displayer", @@ -17,7 +17,8 @@ "nsis", "zip" ], - "artifactName": "otmd_v${version}_${arch}.${ext}" + "artifactName": "otmd_v${version}_${arch}.${ext}", + "requestedExecutionLevel": "requireAdministrator" }, "nsis": { "oneClick": false, @@ -56,7 +57,6 @@ "open": "^7.3.0", "pkg": "^4.4.9", "socket.io": "^3.0.4", - "update-electron-app": "^2.0.1", "ws": "^7.4.0" }, "devDependencies": {