Skip to content

Commit

Permalink
add root dir to as electron project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 5, 2024
1 parent 755cea4 commit 92aaae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/electron/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export async function main(...parameters) {
// build electron binary
await electron.build({
publish: buildMode === 'release' ? 'always' : 'never',
projectDir: getRootDir(),
targets: Platform[platform.toLocaleUpperCase()].createTarget(),
config: {
...electronConfig,
Expand Down

0 comments on commit 92aaae9

Please sign in to comment.