mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
ver info check later
This commit is contained in:
parent
207bde5a88
commit
3dcb6a91b7
@ -21,9 +21,6 @@ init:
|
|||||||
if($isWindows) {
|
if($isWindows) {
|
||||||
Install-Product node 10
|
Install-Product node 10
|
||||||
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
|
$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") {
|
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
||||||
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||||
@ -40,6 +37,9 @@ install:
|
|||||||
}
|
}
|
||||||
- ps: |
|
- ps: |
|
||||||
if($isWindows) {
|
if($isWindows) {
|
||||||
|
if(Test-Path -Path $env:WIN_PKG) {
|
||||||
|
$env:VER_INFO = "true"
|
||||||
|
}
|
||||||
choco install reshack --no-progress
|
choco install reshack --no-progress
|
||||||
choco install cloc --no-progress
|
choco install cloc --no-progress
|
||||||
choco install checksum --no-progress
|
choco install checksum --no-progress
|
||||||
@ -151,7 +151,7 @@ for:
|
|||||||
only:
|
only:
|
||||||
- image: Visual Studio 2017
|
- image: Visual Studio 2017
|
||||||
cache:
|
cache:
|
||||||
- 'C:\Users\appveyor\.pkg-cache\ -> package.json'
|
- 'C:\Users\appveyor\.pkg-cache\'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
tag: $(APPVEYOR_REPO_TAG_NAME)
|
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