Skip to content

Commit

Permalink
don't create asar - breaks the app
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jan 10, 2023
1 parent b86441d commit f2aed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { execSync } = require("child_process")

module.exports = {
packagerConfig: {
asar: true,
asar: false,
name: "paradisec-data-loader",
ignore: [
"^src",
Expand Down

0 comments on commit f2aed3b

Please sign in to comment.