Skip to content

Commit

Permalink
trying config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl committed Jun 12, 2024
1 parent 49398a8 commit 76d8519
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { FusesPlugin } = require('@electron-forge/plugin-fuses');
const { FuseV1Options, FuseVersion } = require('@electron/fuses');
const path = require('path')

module.exports = {
packagerConfig: {
Expand Down Expand Up @@ -56,7 +55,12 @@ module.exports = {
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
[FuseV1Options.OnlyLoadAppFromAsar]: true,
}),
],
],
"config": {
"forge": {
"path": "./forge.config.js"
}
},
publishers: [
{
name: 'simply-code',
Expand Down

0 comments on commit 76d8519

Please sign in to comment.