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

Commit e7903fa

Browse files
committed
chore: Update package.json with consistent casing for name and productName
1 parent ff41e12 commit e7903fa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

forge.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +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',
15-
executableName: 'Comet',
14+
name: 'Comet',
1615
asar: {
1716
unpack: "**/node_modules/ffmpeg-static/**"
1817
},

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comet",
3-
"productName": "Comet",
3+
"productName": "comet",
44
"version": "1.0.0",
55
"description": "A simple video converter",
66
"keywords": [],
@@ -62,10 +62,6 @@
6262
"typescript": "~4.5.4",
6363
"vite": "^5.4.2"
6464
},
65-
"packagerConfig": {
66-
"name": "comet",
67-
"executableName": "comet"
68-
},
6965
"build": {
7066
"asarUnpack": [
7167
"node_modules/ffmpeg-static/bin/${os}/${arch}/ffmpeg",

0 commit comments

Comments
 (0)