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

Commit

Permalink
Added platform to node installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hofmann committed Jun 11, 2019
1 parent d924dc2 commit c517c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform:
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g install npm
- set PATH=%APPDATA%\npm;%PATH%
# Typical npm stuff.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotjs-node10",
"version": "0.5.4-beta1",
"version": "0.5.4-beta2",
"description": "This is a fork of octalmage/robotjs with prebuilts for node 10",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit c517c36

Please sign in to comment.