mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
remove path from ps
This commit is contained in:
parent
504533b260
commit
ec7f145ca0
@ -19,7 +19,6 @@ init:
|
||||
install:
|
||||
- ps: |
|
||||
$env:PACKAGE_VERSION = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version
|
||||
$env:PATH = "C:\Program Files (x86)\Resource Hacker\ResourceHacker.exe;${env:PATH}"
|
||||
$env:SET_VERSION_INFO = "false"
|
||||
if(Test-Path -Path $env:WIN_PKG_PATH) {
|
||||
$env:SET_VERSION_INFO = "true"
|
||||
|
Loading…
Reference in New Issue
Block a user