mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
remove backslashes
This commit is contained in:
parent
460d4cca42
commit
ee9a2682f2
@ -31,9 +31,9 @@ build_script:
|
||||
Start-Process -FilePath $rh -ArgumentList `
|
||||
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action delete -mask ICONGROUP,1,"
|
||||
Start-Process -FilePath $rh -ArgumentList `
|
||||
"-open .\version-info.rc -save .\version-info.res -action compile"
|
||||
"-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,"
|
||||
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource version-info.res,"
|
||||
}
|
||||
- ps: Copy-Item $env:WIN_PKG_PATH -Destination $env:APPVEYOR_BUILD_FOLDER
|
||||
- cmd: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user