From d6cbcc29054cdd3524d2f78a88585aa2846513c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=A1=B0=EC=9B=85=EC=84=9D/MDE=20Lab=28SR=29/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 18 Dec 2023 16:21:04 +0900 Subject: [PATCH] Update NativeLauncher/tool/ni_common.cc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: 최종헌/MDE Lab(SR)/삼성전자 --- NativeLauncher/tool/ni_common.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/NativeLauncher/tool/ni_common.cc b/NativeLauncher/tool/ni_common.cc index d0a74c6..bc0a466 100644 --- a/NativeLauncher/tool/ni_common.cc +++ b/NativeLauncher/tool/ni_common.cc @@ -1238,6 +1238,7 @@ ni_error_e regenerateAppNI(NIOption* opt) // remove duplicated pkg in the list. // If one package has multiple apps, there can be duplicate values. + std::sort(pkgList.begin(), pkgList.end()); pkgList.erase(unique(pkgList.begin(), pkgList.end()), pkgList.end()); for (auto pkg : pkgList) { -- 2.7.4