Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit c517c36

Browse files
author
Simon Hofmann
committed
Added platform to node installation
1 parent d924dc2 commit c517c36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platform:
1818
# Install scripts. (runs after repo cloning)
1919
install:
2020
# Get the latest stable version of Node 0.STABLE.latest
21-
- ps: Install-Product node $env:nodejs_version
21+
- ps: Install-Product node $env:nodejs_version $env:platform
2222
- npm -g install npm
2323
- set PATH=%APPDATA%\npm;%PATH%
2424
# Typical npm stuff.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotjs-node10",
3-
"version": "0.5.4-beta1",
3+
"version": "0.5.4-beta2",
44
"description": "This is a fork of octalmage/robotjs with prebuilts for node 10",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)