Skip to content

Commit

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

module.exports = {
packagerConfig: {
Expand Down

0 comments on commit 49398a8

Please sign in to comment.