diff --git a/appveyor.yml b/appveyor.yml index 540521961eb6b75d94338ecb804b762ade61039e..d0d16269661e6b64efab64b8abf0780b3b5332c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ after_test: - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install --build-from-source - if [%APPVEYOR_REPO_TAG_NAME%] neq [] node-pre-gyp --runtime=node-webkit --target=%NW_VERSION% --msvs_version=2015 configure - if [%APPVEYOR_REPO_TAG_NAME%] neq [] node-pre-gyp --runtime=node-webkit --target=%NW_VERSION% --msvs_version=2015 build - - if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v47-win32-x64\node_sqlite3.node /Y + - if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\Release\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\Release\node-v47-win32-x64\node_sqlite3.node /Y - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../.. - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..