Skip to content

Commit ef2564e

Browse files
committed
Code signing for Windows (attempt 1)
1 parent d675222 commit ef2564e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ build: off
88
shallow_clone: true
99
platform: x64
1010
environment:
11-
nodejs_version: "7.4.0"
11+
NODEJS_VERSION: "7.4.0"
12+
CSC_LINK: '%WINDOWS_CSC_LINK%'
13+
CSC_KEY_PASSWORD: '%WINDOWS_CSC_KEY_PASSWORD%'
1214

1315
# Things to install after repo clone
1416
install:
15-
- ps: Install-Product node $env:nodejs_version $env:Platform
17+
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
1618
- npm install -g npm@latest > Nul
1719
- npm config set msvs_version 2013
1820
- npm install > NUL

0 commit comments

Comments
 (0)