mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
✨ Allow disabling of patch checks
This commit is contained in:
parent
c69a0300ed
commit
0766066cd7
2 changed files with 10 additions and 16 deletions
|
@ -16,15 +16,16 @@ export const commands: Cmd[] = [
|
|||
description:
|
||||
'Build the melon app. Specify the OS param for cross-platform builds.',
|
||||
options: [
|
||||
{
|
||||
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.',
|
||||
},
|
||||
{
|
||||
arg: '--skip-patch-check',
|
||||
description:
|
||||
"Doesn't check to see if all of the patches have been applied",
|
||||
},
|
||||
],
|
||||
requestController: async () => (await import('./commands/build')).build,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue