Skip to content

Commit

Permalink
fix: mac-arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 10, 2022
1 parent 15b62ac commit 705f954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_electron.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function $withoutEscaping(pieces, ...args) {
}
}

const platform = argv._[1]
const platform = argv._[0]

let electronBuilderArgs = []
let sharpPlatform = null
Expand Down

0 comments on commit 705f954

Please sign in to comment.