feat: Improve windows signing CI tool, b=no-bug, c=no-component

This commit is contained in:
Mr. M
2025-10-02 10:39:45 +02:00
parent 236abce07b
commit 283108dc28
2 changed files with 5 additions and 2 deletions

View File

@@ -35,7 +35,9 @@ Start-Job -Name "SurferInit" -ScriptBlock {
param($PWD)
cd $PWD
npm run import -- --verbose
npm run surfer -- ci --brand release
$surferJson = Get-Content surfer.json | ConvertFrom-Json
$version = $surferJson.brands.release.release.displayVersion
npm run ci -- $version
} -Verbose -ArgumentList $PWD -Debug
echo "Downloading artifacts info"

View File

@@ -31,7 +31,8 @@
"ffprefs": "cd tools/ffprefs && cargo run --bin ffprefs -- ../../",
"lc": "surfer license-check",
"lc:fix": "surfer license-check --fix",
"use-moz-src": "cd engine && ./mach use-moz-src"
"use-moz-src": "cd engine && ./mach use-moz-src",
"ci": "surfer ci --brand release --display-version"
},
"repository": {
"type": "git",