diff --git a/forge.config.js b/forge.config.js index eb30067..461cc50 100644 --- a/forge.config.js +++ b/forge.config.js @@ -1,11 +1,6 @@ -const path = require('path'); - module.exports = { packagerConfig: { asar: true, - extraResource: [ - path.join(__dirname, 'dist', 'assets'), - ], }, rebuildConfig: {}, makers: [