mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +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