Skip to content

Commit 252790b

Browse files
authored
hotfix for electron 25 (#46)
1 parent c7332fd commit 252790b

4 files changed

Lines changed: 664 additions & 627 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
BUILD_DIRECTORY: "build"
2020
DISTRIBUTE_DIRECTORY: "distribute"
2121
RELEASE_BUCKET: "slobs-node-libuiohook"
22-
ELECTRON_VERSION: "v25.8.0"
22+
ELECTRON_VERSION: "v25.8.2"
2323

2424
permissions:
2525
contents: read

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
2222

2323
SET(NODEJS_URL "https://artifacts.electronjs.org/headers/dist" CACHE STRING "Node.JS URL")
2424
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
25-
SET(NODEJS_VERSION "v25.8.0" CACHE STRING "Node.JS Version")
25+
SET(NODEJS_VERSION "v25.8.2" CACHE STRING "Node.JS Version")
2626

2727
include(NodeJS)
2828
include(CPack)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"underscore":"1.13.4"
2323
},
2424
"dependencies": {
25-
"node-addon-api": "^5.0.0"
25+
"node-addon-api": "^7.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)