From aa8368eb138a7311f397c7ddd189e64f89f62258 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 20 Sep 2016 16:15:19 +0200 Subject: [PATCH] Do not try to produce a launcher if there is no profile --- commands/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/package.py b/commands/package.py index df1e5e6..dc39e77 100644 --- a/commands/package.py +++ b/commands/package.py @@ -265,7 +265,7 @@ def binary_package(config, logger, options, tmp_working_dir): launcher_name, binaries_dir_name) - d_products["launcher"] = (launcher_package, launcher_name) + d_products["launcher"] = (launcher_package, launcher_name) return d_products -- 2.39.2