Skip to content

Commit

Permalink
Update build process to include environment variables for certificate…
Browse files Browse the repository at this point in the history
… path and password
  • Loading branch information
Thavarshan committed Sep 2, 2024
1 parent e49c26a commit 862baf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import path from 'node:path';
const { version } = packageJson;
const iconDir = path.resolve(__dirname, 'src', 'assets', 'images', 'icons');

console.log('CERT_PATH', process.env.CERT_PATH);
console.log('CERT_PASSWORD', process.env.CERT_PASSWORD);
console.log('WINDOWS_KIT_PATH', process.env.WINDOWS_KIT_PATH);

const commonLinuxConfig = {
name: 'comet',
productName: 'Comet',
Expand Down

0 comments on commit 862baf2

Please sign in to comment.