Skip to content

Commit

Permalink
set debug mode to see more details
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 8, 2024
1 parent a67fd4a commit 0767abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/electron/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export async function main(...parameters) {
await fs.readFile(path.resolve(getRootDir(), 'src', 'electron', 'electron-builder.json'))
);

process.env.DEBUG = 'electron-builder';

// build electron binary
await electron.build({
publish: buildMode === 'release' ? 'always' : 'never',
Expand Down

0 comments on commit 0767abe

Please sign in to comment.