From 5d480e2aee9213bb24513b31784542e2e5cf25c5 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Mon, 19 Sep 2016 14:52:27 -0700 Subject: [PATCH] fix the other scripts too --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 20f032494..e8135495b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ install: - ps: .\packaging\windows\init.ps1 - nuget install secure-file -ExcludeVersion - secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key% -- ps: '& "c:\projects\lbry\packaging\windows\install.ps1"' +- ps: .\packaging\windows\install.ps1 build_script: @@ -30,7 +30,7 @@ build_script: test_script: -- ps: '& "c:\projects\lbry\packaging\windows\test.ps1"' +- ps: .\packaging\windows\test.ps1 artifacts: