1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00

[BRE-1621] Fix Appx Release (#19043)

* Revert to electron-builder appx manifest template
* Remove comments
* Remove unnecessary namespaces
* Re-include Tamil translation files
* Reinstate bitwarden protocol handler
* Set minimum version to Windows 10 2016 Anniversary Update

* Fix spacing
This commit is contained in:
Isaiah Inuwa
2026-02-18 06:57:29 -06:00
parent 3703e3e8d2
commit 54cc0982b8
4 changed files with 15 additions and 15 deletions

View File

@@ -72,6 +72,7 @@ param(
# Whether to build in release mode.
$Release=$false
)
$ErrorActionPreference = "Stop"
$PSNativeCommandUseErrorActionPreference = $true
$startTime = Get-Date
@@ -113,7 +114,7 @@ else {
$builderConfig = Get-Content $electronConfigFile | ConvertFrom-Json
$packageConfig = Get-Content package.json | ConvertFrom-Json
$manifestTemplate = Get-Content $builderConfig.appx.customManifestPath
$manifestTemplate = Get-Content ($builderConfig.appx.customManifestPath ?? "custom-appx-manifest.xml")
$srcDir = Get-Location
$assetsDir = Get-Item $builderConfig.directories.buildResources