https://github.com/nwutils/nw-patches
Understand how NW.js changes upstream behaviour
https://github.com/nwutils/nw-patches
Last synced: 4 months ago
JSON representation
Understand how NW.js changes upstream behaviour
- Host: GitHub
- URL: https://github.com/nwutils/nw-patches
- Owner: nwutils
- License: mit
- Created: 2023-09-15T18:54:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T06:01:08.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:24:23.343Z (over 1 year ago)
- Homepage:
- Size: 4.64 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NW.js Patches
Understand how NW.js changes upstream behaviour.
## Versions
- NW: 0.102.1
- Chromium: 139.0.7258.128
- Node: 24.5.0
- V8: 13.9.205.19
## Patching process
1. Go to https://github.com/nwjs/nw.js and find the latest NW.js and Chromium version being used.
1. Go to https://github.com/nwjs/node to find latest Node.js version being used
1. Go to https://github.com/nwjs/v8/blob/main/include/v8-version.h and find the latest version being used
1. Update the versions in `.github/patch` from line 3 to 16.
1. Also update the `Versions` header above accordingly.
1. Create a commit/pull request and after around 10 minutes the changes should be reflected in the repo.