Skip to content

Commit

Permalink
fix discord going to mobile version on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambroise Grau authored and vraravam committed Jul 8, 2024
1 parent 4c23e72 commit 3b95578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipes/discord/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = Ferdium =>
.replace('(KHTML, like Gecko)', '(KHTML, like Gecko) discord/0.0.250')
.replace('Electron', 'Discord')
.replace('Ferdium', 'Discord')
.replace('Apple Mac OS X', 'Intel Mac OS X');
.replace('Apple Mac OS X', 'Intel Mac OS X')
.replace('Apple macOS', 'Intel Mac OS X');
}
};
2 changes: 1 addition & 1 deletion recipes/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "discord",
"name": "Discord",
"version": "1.8.4",
"version": "1.8.5",
"license": "MIT",
"config": {
"serviceURL": "https://discord.com/app",
Expand Down

0 comments on commit 3b95578

Please sign in to comment.