mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 13:53:19 +00:00
Refactor SURFER_COMPAT handling in sign.ps1
This commit is contained in:
@@ -35,7 +35,7 @@ function SignAndPackage($name) {
|
||||
if ($name -eq "generic") {
|
||||
$env:SURFER_COMPAT="true"
|
||||
} else {
|
||||
Clear-Variable -Name SURFER_COMPAT -ErrorAction SilentlyContinue
|
||||
rm env:SURFER_COMPAT -ErrorAction SilentlyContinue
|
||||
}
|
||||
|
||||
echo "Compat Mode? $env:SURFER_COMPAT"
|
||||
|
||||
Reference in New Issue
Block a user