File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PROJECT(obs_studio_client VERSION ${obs-studio-node_VERSION})
22
33SET (NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL" )
44SET (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
77if (WIN32 )
88 # Resource VersionInfo
You can’t perform that action at this time.
0 commit comments