-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build scripts updated for Electron 28.2.10
- Loading branch information
Bartosz Antosik
committed
Apr 10, 2024
1 parent
ddb9ae3
commit e587bdb
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
rem Requires node-gyp (npm install -g node-gyp) plus CLI developper tools. | ||
|
||
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 | ||
|
||
call npx node-gyp rebuild --target=27.2.0 --arch=x64 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
copy build\Release\spellchecker.node ..\spellchecker-win32-27.2.0-x64.node | ||
|
||
call npx node-gyp rebuild --target=27.2.0 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
copy build\Release\spellchecker.node ..\spellchecker-win32-27.2.0-ia32.node | ||
|
||
call npx node-gyp rebuild --target=25.8.0 --arch=x64 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
copy build\Release\spellchecker.node ..\spellchecker-win32-25.8.0-x64.node | ||
|
||
call npx node-gyp rebuild --target=25.8.0 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
copy build\Release\spellchecker.node ..\spellchecker-win32-25.8.0-ia32.node |