Skip to content

Commit

Permalink
update electron (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Dec 19, 2023
1 parent b40478b commit 1424be2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
RELEASE_BUCKET: "obsstudionodes3.streamlabs.com"
RuntimeURL: https://artifacts.electronjs.org/headers/dist
RuntimeName: iojs
ElectronVersion: 25.8.0
ElectronVersion: 25.8.2
SLGenerator: Visual Studio 17 2022
SLDistributeDirectory: distribute
SLFullDistributePath: "streamlabs-build.app/distribute" # The .app extension is required to run macOS tests correctly.
Expand Down
2 changes: 1 addition & 1 deletion obs-studio-client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

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")

if(WIN32)
# Resource VersionInfo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"aws-sdk": "^2.1164.0",
"chai": "^4.2.0",
"colors": "^1.4.0",
"electron": "25.8.0",
"electron": "25.8.2",
"electron-mocha": "^8.2.2",
"mocha": "^7.1.0",
"mocha-junit-reporter": "^1.22.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,10 @@ electron-window@^0.8.0:
dependencies:
is-electron-renderer "^2.0.0"

[email protected].0:
version "25.8.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-25.8.0.tgz#60c84f1f256924ac5a0aff13276b901b0c43767a"
integrity sha512-T3kC1a/3ntSaYMCVVfUUc9v7myPzi6J2GP0Ad/CyfWKDPp054dGyKxb2EEjKnxQQ7wfjsT1JTEdBG04x6ekVBw==
[email protected].2:
version "25.8.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-25.8.2.tgz#5e8ea742b68a7d1427bf78902ec40a5b7231a58b"
integrity sha512-AM1ra6b16EQuO1bJtiA8ZiWqqFLLgVfxD56ykiy+EA5C63Hkx8OmIbe+5JAsLiTwRVvBZ4oCAj6wa2qT+iq8ww==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
Expand Down

0 comments on commit 1424be2

Please sign in to comment.