Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Mar 20, 2024
1 parent c50d0bb commit 6c1a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports.getIrisStandAlone = () => {
(os === 'mac' &&
iris_sdk_mac &&
iris_sdk_mac.toLowerCase().indexOf('standalone') !== -1) ||
(os === 'win' &&
(os === 'win32' &&
iris_sdk_win &&
iris_sdk_win.toLowerCase().indexOf('standalone') !== -1)
) {
Expand Down

0 comments on commit 6c1a265

Please sign in to comment.