Skip to content

Commit

Permalink
Merge pull request #5 from DorvakOff/develop
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
DorvakOff authored Jan 17, 2024
2 parents 37b8f78 + 771e5c1 commit 3e09e06
Show file tree
Hide file tree
Showing 8 changed files with 317 additions and 133 deletions.
198 changes: 176 additions & 22 deletions package-lock.json

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

24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deezer-rpc",
"version": "1.0.4",
"version": "1.0.5",
"description": "Deezer integrated with the Discord Rich Presence.",
"main": "build/main.js",
"scripts": {
Expand All @@ -11,9 +11,7 @@
"start": "npm run build && electron ./build/main.js",
"pack": "npm run build && electron-builder --dir",
"dist": "npm run build && electron-builder",
"dist-win": "npm run build && electron-builder --win",
"dist-mac": "npm run build && electron-builder --mac",
"dist-linux": "npm run build && electron-builder --linux"
"publish": "npm run build && electron-builder --win --publish always"
},
"build": {
"appId": "com.dorvak.deezerrpc",
Expand All @@ -24,15 +22,14 @@
"build/**/*"
],
"win": {
"target": "nsis"
},
"mac": {
"target": "dmg",
"category": "public.app-category.music"
},
"linux": {
"target": "AppImage",
"category": "Audio"
"target": "nsis",
"publish": [
{
"provider": "github",
"owner": "DorvakOff",
"repo": "DeezerRPC"
}
]
}
},
"repository": {
Expand Down Expand Up @@ -68,6 +65,7 @@
"discord-rpc": "^4.0.1",
"electron-settings": "^4.0.2",
"electron-store": "^8.0.1",
"electron-updater": "^6.1.7",
"electron-window-state": "^5.0.3",
"got": "^11.8.2",
"set-interval-async": "^2.0.3"
Expand Down
Loading

0 comments on commit 3e09e06

Please sign in to comment.