Skip to content

Commit

Permalink
Remove redundant flag
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Mar 6, 2024
1 parent 477a60f commit e5924fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "run-script-os",
"build:win32": "prebuild --platform win32 -r electron -t 29.1.0",
"build:linux": "prebuild --platform linux -r electron -t 29.1.0",
"build:darwin": "prebuild --platform darwin -a x64 -r electron -t 29.1.0 && prebuild --platform darwin -a arm64 -r electron -t 29.1.0",
"build:darwin": "prebuild --platform darwin -r electron -t 29.1.0 && prebuild --platform darwin -a arm64 -r electron -t 29.1.0",
"prebuild-install": "prebuild-install || (npm run rebuild || (true || VER>NUL))",
"rebuild": "node-gyp configure build",
"exe": "pkg --compress Brotli .",
Expand Down

0 comments on commit e5924fc

Please sign in to comment.