From b8e3db433861afc859715258aa54387cea4720f6 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 24 Jan 2016 17:26:19 +0100 Subject: [PATCH] Try to fix error: cannot open input file 'sqlite3.lib' --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0c3b522..7e0ba01 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,10 @@ install: - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc -V - cargo -V - - ps: Start-FileDownload 'http://sqlite.org/2015/sqlite-dll-win64-x64-3090200.zip' - - cmd: 7z e sqlite-dll-win64-x64-3090200.zip -y > nul + - ps: Start-FileDownload 'http://sqlite.org/2016/sqlite-uap-3100200.vsix' + - cmd: 7z e sqlite-uap-3100200.vsix DesignTime/Debug/x64/ Redist/Debug/x64/ -y > nul - SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER% + - cmd: VsixInstaller /q /a /i sqlite-uap-3100200.vsix build: false