summaryrefslogtreecommitdiff
path: root/builder/builder-source-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'builder/builder-source-shell.c')
-rw-r--r--builder/builder-source-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/builder-source-shell.c b/builder/builder-source-shell.c
index e9ebcbb..2902258 100644
--- a/builder/builder-source-shell.c
+++ b/builder/builder-source-shell.c
@@ -126,7 +126,7 @@ run_script (BuilderContext *context,
g_autofree char *source_dir_path_canonical = NULL;
args = g_ptr_array_new_with_free_func (g_free);
- g_ptr_array_add (args, g_strdup ("xdg-app"));
+ g_ptr_array_add (args, g_strdup ("flatpak"));
g_ptr_array_add (args, g_strdup ("build"));
source_dir_path_canonical = canonicalize_file_name (source_dir_path);