Skip to content

Commit

Permalink
Administrator Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinariHex committed Mar 27, 2021
1 parent d158c98 commit db9f233
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 5 deletions.
182 changes: 182 additions & 0 deletions frontend/assets/tourneys.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,8 @@
"nsis",
"zip"
],
"artifactName": "otmd_v${version}_${arch}.${ext}"
"artifactName": "otmd_v${version}_${arch}.${ext}",
"requestedExecutionLevel": "requireAdministrator"
},
"nsis": {
"oneClick": false,
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit db9f233

Please sign in to comment.