Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit ffbdfd0

Browse files
Merge pull request #233 from xhayper/patch-1
chore: last cleanup
2 parents feefe3a + 092d9e8 commit ffbdfd0

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

forge.config.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,40 @@
11
module.exports = {
22
packagerConfig: {
3+
executableName: "Discord RPC Maker",
34
icon: "./assets/icon",
5+
junk: true,
6+
appCategoryType: "public.app-category.utilities",
47
},
5-
],
68
makers: [
79
{
810
name: "@electron-forge/maker-squirrel",
9-
config: {},
11+
config: {
12+
title: "Discord RPC Maker",
13+
},
1014
},
1115
{
1216
name: "@electron-forge/maker-dmg",
17+
config: {
18+
name: "Discord RPC Maker",
19+
},
1320
},
1421
{
1522
name: "@electron-forge/maker-deb",
1623
config: {
1724
options: {
25+
categories: ["Utility"],
1826
icon: "./assets/icon.png",
27+
name: "Discord RPC Maker",
1928
},
2029
},
2130
},
2231
{
2332
name: "@electron-forge/maker-rpm",
2433
config: {
2534
options: {
35+
categories: ["Utility"],
2636
icon: "./assets/icon.png",
37+
name: "Discord RPC Maker",
2738
},
2839
},
2940
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"@electron-forge/maker-dmg": "^6.0.3",
5353
"@electron-forge/maker-rpm": "^6.0.3",
5454
"@electron-forge/maker-squirrel": "^6.0.3",
55-
"@electron-forge/plugin-auto-unpack-natives": "^6.0.3",
5655
"@types/discord-rpc": "^4.0.3",
5756
"@types/node": "^18.11.9",
5857
"electron": "^21.2.3"

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,6 @@ __metadata:
153153
languageName: node
154154
linkType: hard
155155

156-
"@electron-forge/plugin-auto-unpack-natives@npm:^6.0.3":
157-
version: 6.0.3
158-
resolution: "@electron-forge/plugin-auto-unpack-natives@npm:6.0.3"
159-
dependencies:
160-
"@electron-forge/plugin-base": ^6.0.3
161-
"@electron-forge/shared-types": ^6.0.3
162-
checksum: 64d7c4388e08081d3bfe8553402a4f4bacc42b3b188c6292cc43b03b713c5e7acb5387cdb50c4074b27a5676c7f068a8cdc449158830e7b6f3ed5496e332d8cf
163-
languageName: node
164-
linkType: hard
165-
166156
"@electron-forge/plugin-base@npm:^6.0.3":
167157
version: 6.0.3
168158
resolution: "@electron-forge/plugin-base@npm:6.0.3"
@@ -1316,7 +1306,6 @@ __metadata:
13161306
"@electron-forge/maker-dmg": ^6.0.3
13171307
"@electron-forge/maker-rpm": ^6.0.3
13181308
"@electron-forge/maker-squirrel": ^6.0.3
1319-
"@electron-forge/plugin-auto-unpack-natives": ^6.0.3
13201309
"@electron/remote": ^2.0.8
13211310
"@types/discord-rpc": ^4.0.3
13221311
"@types/node": ^18.11.9

0 commit comments

Comments
 (0)