Skip to content

Commit

Permalink
updating build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 16, 2024
1 parent 48e39f9 commit 51c17f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ if "%3" equ "23.0.0" (
) else if "%3" equ "30.0.0" (
SET target=20.16.0
) else if "%3" equ "31.0.0" (
SET target=20.16.0
SET target=20.17.0
) else if "%3" equ "32.0.0" (
SET target=20.16.0
SET target=20.18.0
) else (
echo edge-electron-js does not support Electron %3.
exit /b -1
Expand Down

0 comments on commit 51c17f6

Please sign in to comment.