Skip to content

Commit

Permalink
Disable 32 bit builds temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Antosik committed Jun 6, 2024
1 parent 2d454aa commit abeea53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bin/node-spellchecker/build-windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ rem Requires node-gyp (npm install -g node-gyp) plus CLI developper tools.
call npx node-gyp rebuild --target=29.4.0 --arch=x64 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
copy build\Release\spellchecker.node ..\spellchecker-win32-29.4.0-x64.node

call npx node-gyp rebuild --target=29.4.0 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
copy build\Release\spellchecker.node ..\spellchecker-win32-29.4.0-ia32.node
@REM call npx node-gyp rebuild --target=29.4.0 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
@REM copy build\Release\spellchecker.node ..\spellchecker-win32-29.4.0-ia32.node

call npx node-gyp rebuild --target=28.2.10 --arch=x64 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
copy build\Release\spellchecker.node ..\spellchecker-win32-28.2.10-x64.node

call npx node-gyp rebuild --target=28.2.10 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
copy build\Release\spellchecker.node ..\spellchecker-win32-28.2.10-ia32.node
@REM call npx node-gyp rebuild --target=28.2.10 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe
@REM copy build\Release\spellchecker.node ..\spellchecker-win32-28.2.10-ia32.node

0 comments on commit abeea53

Please sign in to comment.