Skip to content

Commit

Permalink
hotfix for electron 25 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Sep 22, 2023
1 parent c7332fd commit 252790b
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 627 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
BUILD_DIRECTORY: "build"
DISTRIBUTE_DIRECTORY: "distribute"
RELEASE_BUCKET: "slobs-node-libuiohook"
ELECTRON_VERSION: "v25.8.0"
ELECTRON_VERSION: "v25.8.2"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

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

include(NodeJS)
include(CPack)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"underscore":"1.13.4"
},
"dependencies": {
"node-addon-api": "^5.0.0"
"node-addon-api": "^7.0.0"
}
}
Loading

0 comments on commit 252790b

Please sign in to comment.