Skip to content

Commit

Permalink
electron update to 25 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Sep 11, 2023
1 parent 14d52e8 commit c7332fd
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 269 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: "v17.4.11"
ELECTRON_VERSION: "v25.8.0"

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 "v17.4.11" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v25.8.0" 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 @@ -18,7 +18,7 @@
"fs": "^0.0.1-security",
"path": "^0.12.7",
"shelljs": "^0.8.5",
"electron": "^17.4.11",
"electron": "^25.8.0",
"underscore":"1.13.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c7332fd

Please sign in to comment.