mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
✨ Add UI only builds as an option
This commit is contained in:
parent
baaddb12af
commit
ec0f7512f6
2 changed files with 9 additions and 3 deletions
|
@ -37,6 +37,11 @@ export const commands: Cmd[] = [
|
|||
arg: '--a, --arch <architecture>',
|
||||
description: 'Specify architecture for build',
|
||||
},
|
||||
{
|
||||
arg: '--u, --ui',
|
||||
description:
|
||||
'Only builds the ui. Faster but not as powerful as a regular build.',
|
||||
},
|
||||
],
|
||||
controller: build,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue