Skip to content

Commit

Permalink
Update path for electron icons
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 27, 2024
1 parent f09a641 commit a982523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/electron/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export async function main(...parameters) {
await runAction('client/src/electron/build_main', ...parameters);

await copydir.sync(
path.join(getRootDir(), 'client', 'src', 'electron', 'icons'),
path.join(getRootDir(), 'client', ELECTRON_BUILD_DIR, 'icons')
path.join(getRootDir(), 'src', 'electron', 'icons'),
path.join(getRootDir(), ELECTRON_BUILD_DIR, 'icons')
);

const electronConfig = JSON.parse(
Expand Down

0 comments on commit a982523

Please sign in to comment.