Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Apr 21, 2024
1 parent df1252d commit d886cfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.4

* Fixed the RPC not working (yes, again.)

## 1.2.3

* Fixed the RPC not working
Expand Down
4 changes: 2 additions & 2 deletions bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const config = {

builder.build({
config,
// mac: ['dmg'],
// win: ['nsis'],
mac: ['dmg'],
win: ['nsis'],
linux: ['snap', 'deb', 'AppImage'],
x64: true,
publish: 'never',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deezer-discord-rpc",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Discord RPC for Deezer",
"main": "./build/src/index.js",
"scripts": {
Expand Down

0 comments on commit d886cfb

Please sign in to comment.