|
|
|
|
@ -34,10 +34,6 @@ build_script:
@@ -34,10 +34,6 @@ build_script:
|
|
|
|
|
"-open .\version-info.rc -save .\version-info.res -action compile" |
|
|
|
|
Start-Process -FilePath $rh -ArgumentList ` |
|
|
|
|
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource .\version-info.res," |
|
|
|
|
ls |
|
|
|
|
cd C:\Users\appveyor\.pkg-cache\v2.5 |
|
|
|
|
ls |
|
|
|
|
cd $env:APPVEYOR_BUILD_FOLDER |
|
|
|
|
} |
|
|
|
|
- cmd: npm install |
|
|
|
|
- cmd: npm run dist |
|
|
|
|
@ -61,6 +57,7 @@ artifacts:
@@ -61,6 +57,7 @@ artifacts:
|
|
|
|
|
- path: dist/bw-macos-sha256-%PACKAGE_VERSION%.txt |
|
|
|
|
- path: dist/bw-linux-sha256-%PACKAGE_VERSION%.txt |
|
|
|
|
- path: dist/chocolatey/bitwarden-cli.%PACKAGE_VERSION%.nupkg |
|
|
|
|
- path: '%WIN_PKG_PATH%' |
|
|
|
|
|
|
|
|
|
cache: |
|
|
|
|
- 'C:\Users\appveyor\.pkg-cache\ -> package.json' |
|
|
|
|
|