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

Adds the publisher name

This commit is contained in:
Anders Åberg
2025-07-09 17:20:59 +02:00
parent b528bf82cb
commit 5c1c5e39e6

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
"extraMetadata": {
"name": "bitwarden"
},
@@ -90,7 +91,8 @@
"electronUpdaterCompatibility": ">=0.0.1",
"target": ["portable", "nsis-web", "appx"],
"signtoolOptions": {
"sign": "./sign.js"
"sign": "./sign.js",
"publisherName": "CN=com.bitwarden.localdevelopment"
},
"extraFiles": [
{
@@ -163,7 +165,8 @@
},
"appx": {
"artifactName": "${productName}-${version}-${arch}.${ext}",
"customManifestPath": "./custom-appx-manifest.xml"
"customManifestPath": "./custom-appx-manifest.xml",
"publisher": "CN=com.bitwarden.localdevelopment"
},
"deb": {
"artifactName": "${productName}-${version}-${arch}.${ext}",