From d17845057ff85ec9264e6ec892d60a136ac9e9c5 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Fri, 15 Jan 2021 12:46:55 +0900 Subject: [PATCH] Fix step name Related changes: [app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/251363/ Change-Id: Ia5add48927e9b50e2124f1a37b262f4298156aaf Signed-off-by: Junghyun Yeon --- src/wgt/wgt_installer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgt/wgt_installer.cc b/src/wgt/wgt_installer.cc index 12f151c..5b023ae 100644 --- a/src/wgt/wgt_installer.cc +++ b/src/wgt/wgt_installer.cc @@ -73,7 +73,7 @@ void WgtInstaller::InstallSteps() { AddStepAfter("EncryptResources"); RemoveStep("CreateIcons"); AddStepAfter( - "CopyTEP"); + "CopyTep"); AddStepAfter( "WgtPatchStorageDirectories"); AddStepAfter( -- 2.7.4