Skip to content

Commit

Permalink
debug did nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 10, 2024
1 parent 0767abe commit 4fc2dcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/electron/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ 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 4fc2dcb

Please sign in to comment.