Skip to content

Commit

Permalink
electron 29 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Jul 23, 2024
1 parent dadbde3 commit c212906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: "obs-studio-deployment"
ELECTRON_VERSION: "v25.9.3"
ELECTRON_VERSION: "v29.4.3"

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 @@ -8,7 +8,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.9.3" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v29.4.3" CACHE STRING "Node.JS Version")

include(NodeJS)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"devDependencies": {
"@types/node": "12.7.2",
"electron": "25.9.3",
"electron": "29.4.3",
"fs-extra": "9.0.0",
"prettier": "1.16.4",
"minimist":"1.2.6",
"colors": "^1.4.0",
"fs": "^0.0.1-security",
"node-addon-api": "^7.0.0",
"node-addon-api": "^7.1.1",
"path": "^0.12.7",
"shelljs": "^0.8.5",
"tar": "6.1.11"
Expand Down

0 comments on commit c212906

Please sign in to comment.