Skip to content

Commit

Permalink
-> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleganza committed Feb 29, 2024
1 parent c3d63c7 commit d60ebfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akuse-beta",
"version": "0.6.0",
"version": "0.7.0",
"description": "Anime streaming client for PC",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ app.on('window-all-closed', () => {
if (process.platform !== 'darwin') app.quit()
})

/* DISCORD RICH PRESENCE */

const clientId = '1212475013408628818';

DiscordRPC.register(clientId);
Expand Down

0 comments on commit d60ebfa

Please sign in to comment.