diff --git a/appveyor.yml b/appveyor.yml index bc99eff..9a35d96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,9 +11,6 @@ platform: init: - git config --global core.autocrlf input -artifacts: - - path: `dist\*.exe` - install: - ps: Install-Product node 12 x64 - git submodule update --init --recursive @@ -22,6 +19,9 @@ install: - 7z x -ompv mpv.7z - copy mpv\x86_64\mpv-1.dll C:\Windows\system32\ + - dir C:\OpenSSL-Win64 + - dir C:\OpenSSL-Win64\lib + - set ROOT_DIRECTORY=%CD% - if not defined compiler ( set compiler="" ) - if not defined crypto ( set crypto=built-in ) @@ -54,4 +54,4 @@ test_script: - npm run test deploy_script: - - IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win && npm run publish:portable \ No newline at end of file + - IF [%APPVEYOR_REPO_BRANCH%]==[master] \ No newline at end of file