Skip to content

Commit

Permalink
Update build process to include separate build steps for macOS, Linux…
Browse files Browse the repository at this point in the history
…, and Windows
  • Loading branch information
Thavarshan committed Sep 2, 2024
1 parent 43dd778 commit 0fe3295
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ const config: ForgeConfig = {
{
name: '@electron-forge/maker-appx',
platforms: ['win32'],
config: (arch: string) => ({
packageName: `JeromeThayananthajothy.Comet`,
packageExecutable: `Comet-${version}-win32-${arch}`,
config: {
packageName: 'JeromeThayananthajothy.Comet-VideoConverter',
packageDisplayName: 'Comet',
packageDescription: 'A simple video converter',
packageVersion: `${version}.1`,
Expand All @@ -55,7 +54,7 @@ const config: ForgeConfig = {
certPass: process.env.CERT_PASSWORD,
windowsKit: process.env.WINDOWS_KIT_PATH,
icon: path.resolve(iconDir, 'icon.ico')
}),
},
},
{
name: '@electron-forge/maker-zip',
Expand Down

0 comments on commit 0fe3295

Please sign in to comment.