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

Commit 4cc5229

Browse files
committed
wip
1 parent 1ba7e18 commit 4cc5229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "comet",
2+
"name": "Comet",
33
"productName": "Comet",
44
"version": "1.0.0",
55
"description": "A simple video converter",

vite.renderer.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import path from 'node:path';
1010
export default defineConfig((env) => {
1111
const forgeEnv = env as ConfigEnv<'renderer'>;
1212
const { root, mode, forgeConfigSelf } = forgeEnv;
13-
const name = forgeConfigSelf.name ?? '';
13+
const name = forgeConfigSelf.name ?? 'Comet';
1414

1515
return {
1616
root,

0 commit comments

Comments
 (0)