Skip to content

Commit

Permalink
change to electron 8
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jun 22, 2020
1 parent f2a69a5 commit 3d00624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(freetype2_INSTALL ${CMAKE_BINARY_DIR}/freetype2)

SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
SET(NODEJS_VERSION "v9.0.4" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v8.3.3" CACHE STRING "Node.JS Version")

include(NodeJS)
include(ExternalProject)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
DistributionAritfact: $(RuntimeName)-$(RuntimeVersion)-node-fontinfo
RuntimeURL: https://atom.io/download/atom-shell
RuntimeName: iojs
RuntimeVersion: v9.0.4
RuntimeVersion: v8.3.3

jobs:
- job: 'Windows'
Expand Down

0 comments on commit 3d00624

Please sign in to comment.