mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version number. Delete unsupported parameter from Firefox build.
This commit is contained in:
parent
e7f7163ea0
commit
07194e8b82
2 changed files with 3 additions and 2 deletions
1
build.js
1
build.js
|
|
@ -25,6 +25,7 @@ function adjustManifest(manifest) {
|
|||
for (const elem in data['browser_action']['default_icon']) {
|
||||
data['browser_action']['default_icon'][elem] = 'icons/keepassxc.svg';
|
||||
}
|
||||
delete data['version_name'];
|
||||
} else if (manifest.includes('chromium')) {
|
||||
delete data['applications'];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.6.4",
|
||||
"version_name": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"version_name": "1.6.5",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue