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

Commit ff41e12

Browse files
committed
chore: Update package.json with lowercase name and productName
1 parent ffc8dd5 commit ff41e12

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

forge.config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { PublisherGithub } from '@electron-forge/publisher-github';
1111
const config: ForgeConfig = {
1212
packagerConfig: {
1313
icon: 'src/assets/images/icon/icon',
14-
name: 'Comet',
14+
name: 'comet',
1515
executableName: 'Comet',
1616
asar: {
1717
unpack: "**/node_modules/ffmpeg-static/**"
@@ -26,6 +26,8 @@ const config: ForgeConfig = {
2626
new MakerRpm({}),
2727
new MakerDeb({
2828
options: {
29+
name: 'comet',
30+
productName: 'Comet',
2931
icon: 'src/assets/images/icon/icon.png',
3032
}
3133
}),

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "comet",
33
"productName": "Comet",
4-
"executableName": "Comet",
54
"version": "1.0.0",
65
"description": "A simple video converter",
76
"keywords": [],
@@ -64,8 +63,8 @@
6463
"vite": "^5.4.2"
6564
},
6665
"packagerConfig": {
67-
"name": "Comet",
68-
"executableName": "Comet"
66+
"name": "comet",
67+
"executableName": "comet"
6968
},
7069
"build": {
7170
"asarUnpack": [

0 commit comments

Comments
 (0)