mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Better flatpak command options.
This mainly add the option `--nointeractive` when installing the sdk.
This commit is contained in:
@ -223,7 +223,7 @@ class FlatpakBuilder:
|
||||
def build(self):
|
||||
log = pj(self.platform.buildEnv.log_dir, 'cmd_build_flatpak.log')
|
||||
context = Context('build', log, False)
|
||||
command = "flatpak-builder --user --ccache --force-clean --repo=repo builddir {id}.json"
|
||||
command = "flatpak-builder --user --ccache --force-clean --keep-build-dirs --disable-rofiles-fuse --repo=repo builddir {id}.json"
|
||||
command = command.format(id = MANIFEST['app-id'])
|
||||
try:
|
||||
run_command(command, self.platform.buildEnv.build_dir, context, env=self.platform.get_env())
|
||||
|
Reference in New Issue
Block a user