Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Jan 15, 2025
1 parent 01e68d3 commit e1c2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const options = {
platform: "node",
bundle: true,
target: 'node20',
external: ["electron", "cpu-features"],
external: ["electron"],
define: {
"process.env.NODE_ENV": `"${process.argv[2] === "--dev" ? "development" : "production"}"`,
"process.platform": `"${process.platform}"`
Expand Down

0 comments on commit e1c2c0b

Please sign in to comment.