mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
ver info check later
This commit is contained in:
parent
207bde5a88
commit
3dcb6a91b7
@ -21,9 +21,6 @@ init:
|
||||
if($isWindows) {
|
||||
Install-Product node 10
|
||||
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
|
||||
if(Test-Path -Path $env:WIN_PKG) {
|
||||
$env:VER_INFO = "true"
|
||||
}
|
||||
}
|
||||
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
||||
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||
@ -40,6 +37,9 @@ install:
|
||||
}
|
||||
- ps: |
|
||||
if($isWindows) {
|
||||
if(Test-Path -Path $env:WIN_PKG) {
|
||||
$env:VER_INFO = "true"
|
||||
}
|
||||
choco install reshack --no-progress
|
||||
choco install cloc --no-progress
|
||||
choco install checksum --no-progress
|
||||
@ -151,7 +151,7 @@ for:
|
||||
only:
|
||||
- image: Visual Studio 2017
|
||||
cache:
|
||||
- 'C:\Users\appveyor\.pkg-cache\ -> package.json'
|
||||
- 'C:\Users\appveyor\.pkg-cache\'
|
||||
|
||||
deploy:
|
||||
tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||
|
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 50e6f2467925a3e46ebaadddec88e985b1bfd4fb
|
||||
Subproject commit 593870e9365d68e924955f1ec192a70216b63621
|
Loading…
Reference in New Issue
Block a user