1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-21 00:38:44 +01:00
This commit is contained in:
Kyle Spearrin 2019-03-14 22:34:19 -04:00
parent ef7815e778
commit 9dc973066e
3 changed files with 3 additions and 3 deletions

View File

@ -37,15 +37,15 @@ build_script:
"-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action delete -mask ICONGROUP,1,"`
\| Out-File
echo "1"
ehoc $rh1
echo $rh1
$rh2 = Start-Process -FilePath $rh -ArgumentList `
"-open version-info.rc -save version-info.res -action compile"
echo "2"
ehoc $rh2
echo $rh2
$rh3 = Start-Process -FilePath $rh -ArgumentList `
"-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action addoverwrite -resource version-info.res,"
echo "3"
ehoc $rh3
echo $rh3
}
- cmd: npm install
- cmd: npm run dist

BIN
version-info.rc Normal file

Binary file not shown.

BIN
version-info.res Normal file

Binary file not shown.