diff --git a/build/scripts/build.mjs b/build/scripts/build.mjs index 826e6430..158bbf40 100644 --- a/build/scripts/build.mjs +++ b/build/scripts/build.mjs @@ -154,8 +154,6 @@ async function packageApp() { delete builderArgs[opt]; } - - let buildOptions = { config: frappeBooksConfig, ...builderArgs, diff --git a/electron-builder-config.mjs b/electron-builder-config.mjs index 6c24afe7..c04c7f91 100644 --- a/electron-builder-config.mjs +++ b/electron-builder-config.mjs @@ -1,4 +1,4 @@ -// App is tagged with a .mjs extension to allow +// App is tagged with a .mjs extension to allow import path from 'path'; import { fileURLToPath } from 'url'; @@ -66,4 +66,4 @@ const frappeBooksConfig = { }, }; -export default frappeBooksConfig; \ No newline at end of file +export default frappeBooksConfig;