From 59a651a205dd7ff0f6056fb0f09c1357bdbc5275 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sun, 1 Dec 2019 17:49:57 -0800 Subject: [PATCH] build: Oops, actually code-sign this thing --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2a94c9b..3006828 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,6 +13,7 @@ install: $filename = "$workingDirectory\cert.p12" $bytes = [Convert]::FromBase64String($env:WINDOWS_CERTIFICATE_P12) [IO.File]::WriteAllBytes($filename, $bytes) + $env:WINDOWS_CERTIFICATE_FILE = $filename } - ps: Install-Product node $env:nodejs_version x64 - node --version