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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user