-
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 30
- Loading branch information
Bartosz Antosik
committed
Aug 2, 2024
1 parent
3393ea6
commit d2e75e9
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=30.1.2 --arch=x64 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
copy build\Release\spellchecker.node ..\spellchecker-win32-30.1.2-x64.node | ||
|
||
@REM call npx node-gyp rebuild --target=30.1.2 --arch=ia32 --dist-url=https://electronjs.org/headers --python=c:\bin\python27\python.exe | ||
@REM copy build\Release\spellchecker.node ..\spellchecker-win32-30.1.2-ia32.node | ||
|
||
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 | ||
|
||
@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 | ||
|
||
@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 |