diff --git a/credentialsd-ui/data/resources/ui/meson.build b/credentialsd-ui/data/resources/ui/meson.build index 6232435..53f9eb8 100644 --- a/credentialsd-ui/data/resources/ui/meson.build +++ b/credentialsd-ui/data/resources/ui/meson.build @@ -3,12 +3,12 @@ blueprint_compiler = find_program('blueprint-compiler', version: '>= 0.20.4') blueprint_templates = custom_target( 'blueprints', input: files('window.blp'), - output: '.', + output: 'window.ui', command: [ blueprint_compiler, - 'batch-compile', - '@OUTPUT@', - '@CURRENT_SOURCE_DIR@', + 'compile', + '--minify', + '--output', '@OUTPUT@', '@INPUT@', ], ) \ No newline at end of file