Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 29, 2024
1 parent ee42c71 commit 9fd8868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const config: ForgeConfig = {
noMsi: true,
setupExe: `comet-${version}-win32-${arch}-setup.exe`,
setupIcon: path.resolve(iconDir, 'setup-icon.ico'),
version: version,
}),
},
{
Expand All @@ -48,7 +49,7 @@ const config: ForgeConfig = {
packageName: 'JeromeThayananthajothy.Comet',
packageDisplayName: 'Comet',
packageDescription: 'A simple video converter',
packageVersion: version,
packageVersion: `${version}.1`,
publisher: 'CN=E0D72A6F-3D67-49D6-9EA4-99FAFB4620E5',
windowsKit: process.env.WINDOWS_KIT_PATH,
icon: path.resolve(iconDir, 'icon.ico'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "comet",
"productName": "Comet",
"private": true,
"version": "1.0.0.1",
"version": "1.0.0",
"description": "A simple video converter",
"keywords": [
"comet",
Expand Down

0 comments on commit 9fd8868

Please sign in to comment.