Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Nov 23, 2024
1 parent 583a751 commit 0faf9ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ if (specifiedOS) {
if (specifiedOS === 'windows') {
config.mac = undefined;
config.linux = undefined;
config.win = config.win.target;
} else if (specifiedOS === 'macos') {
config.linux = undefined;
config.win = undefined;
config.mac = config.mac.target;
} else if (specifiedOS === 'linux') {
config.mac = undefined;
config.win = undefined;
config.linux = config.linux.target;
}
} else {
if (process.platform === 'darwin') options.mac = config.mac.target;
Expand Down

0 comments on commit 0faf9ff

Please sign in to comment.