Skip to content

Commit

Permalink
Update executable name to "comet" in Forge configuration and package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
Thavarshan committed Aug 17, 2024
1 parent c0f3d55 commit db4e5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const config: ForgeConfig = {
unpack: '**/node_modules/ffmpeg-static/**',
},
icon: process.platform === 'win32' ? 'src/assets/images/icon/icon.ico' : 'src/assets/images/icon/icon.icns',
executableName: 'comet',
extraResource: 'node_modules/ffmpeg-static/ffmpeg',
...(process.platform === 'darwin' && {
osxSign: {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comet",
"productName": "Comet",
"productName": "comet",
"version": "1.0.0",
"description": "A simple video converter",
"main": ".vite/build/main.js",
Expand Down

0 comments on commit db4e5a4

Please sign in to comment.