Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7bbf8d1

Browse files
committed
electron 5 build
1 parent 5cc7074 commit 7bbf8d1

File tree

2 files changed

+3
-9
lines changed
  • appveyor.yml
  • obs-studio-client
    • CMakeLists.txt

2 files changed

+3
-9
lines changed

appveyor.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ environment:
1010
matrix:
1111
- RuntimeURL: https://atom.io/download/atom-shell
1212
RuntimeName: iojs
13-
RuntimeVersion: v4.1.4
14-
ElectronVersion: 4.1.4
13+
RuntimeVersion: v5.0.0
14+
ElectronVersion: 5.0.0
1515
NodeVersion: 10
16-
17-
- RuntimeURL: https://atom.io/download/atom-shell
18-
RuntimeName: iojs
19-
RuntimeVersion: v2.0.8
20-
ElectronVersion: 2.0.8
21-
NodeVersion: 10
2216

2317
SLBuildDirectory: streamlabs-build
2418
SLGenerator: Visual Studio 15 2017 Win64

obs-studio-client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT(obs_studio_client VERSION ${obs-studio-node_VERSION})
22

33
SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
44
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
5-
SET(NODEJS_VERSION "v4.1.4" CACHE STRING "Node.JS Version")
5+
SET(NODEJS_VERSION "v5.0.0" CACHE STRING "Node.JS Version")
66

77
if(WIN32)
88
# Resource VersionInfo

0 commit comments

Comments
(0)