This commit is contained in:
Jordan Wages 2025-06-30 01:56:22 -05:00
commit 86db83bb66
3 changed files with 9 additions and 8 deletions

View file

@ -26,7 +26,7 @@ if (-not $version) {
}
# 4) Define output names & clean up
$xpiName = "ai-filter-$version.xpi"
$xpiName = "sortana-$version.xpi"
$zipPath = Join-Path $ReleaseDir "ai-filter-$version.zip"
$xpiPath = Join-Path $ReleaseDir $xpiName