mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
✨ Generate update manifests for addons
This commit is contained in:
parent
d848fd1848
commit
5f2b57c826
9 changed files with 90 additions and 27 deletions
|
@ -140,10 +140,17 @@ export const commands: Cmd[] = [
|
|||
requestController: async () => (await import('./commands/status')).status,
|
||||
},
|
||||
{
|
||||
cmd: 'updates browser',
|
||||
cmd: 'updates-browser',
|
||||
description:
|
||||
'Generate update manifest for the browser binary. This should be run after packaging',
|
||||
requestController: async () =>
|
||||
(await import('./commands/updates/browser')).generateBrowserUpdateFiles,
|
||||
},
|
||||
{
|
||||
cmd: 'updates-addons',
|
||||
description:
|
||||
'Generates update manifests for system addons that are included in the browser',
|
||||
requestController: async () =>
|
||||
(await import('./commands/updates/addons')).generateAddonUpdateFiles,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue