Skip to content

Commit

Permalink
Update forge.config.ts to use the environment variable CERT_PASSWORD …
Browse files Browse the repository at this point in the history
…for the certPass field
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent 7b353c5 commit 9ffe74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config: ForgeConfig = {
packageVersion: `${version}.1`,
publisher: 'CN=E0D72A6F-3D67-49D6-9EA4-99FAFB4620E5',
devCert: 'tools/certs/dev-cert.pfx',
certPass: process.env.CERT_PASS,
certPass: process.env.CERT_PASSWORD,
windowsKit: process.env.WINDOWS_KIT_PATH,
icon: path.resolve(iconDir, 'icon.ico'),
},
Expand Down

0 comments on commit 9ffe74a

Please sign in to comment.