From d886cfbb9a593d8f6210d0fbe48d94f31dbde3b7 Mon Sep 17 00:00:00 2001 From: Yuuto <55290516+JustYuuto@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:01:40 +0200 Subject: [PATCH] 1.2.4 --- CHANGELOG.md | 4 ++++ bin/build.js | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161836d..f707f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.4 + +* Fixed the RPC not working (yes, again.) + ## 1.2.3 * Fixed the RPC not working diff --git a/bin/build.js b/bin/build.js index c0198e9..9dfac10 100644 --- a/bin/build.js +++ b/bin/build.js @@ -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', diff --git a/package.json b/package.json index f637f20..4c8226f 100644 --- a/package.json +++ b/package.json @@ -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": {