Support Multi-Package Install Scenario
authorWoongsuk Cho <ws77.cho@samsung.com>
Wed, 20 Mar 2024 23:44:12 +0000 (08:44 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 21 Mar 2024 02:26:37 +0000 (11:26 +0900)
commit83b3a27a7b9f93fd8852b4dc64e9a3a713ca53d8
tree806b218a8da203d752ab4887022bb857eb57b93e
parent2d4326123e4b93ec85810bc0389ebad3cb29d2d4
Support Multi-Package Install Scenario

Package manager supports scenario in which multiple packages are installed at once.
The previous implementation contains defence code for the case where there are multiple apps in one package.
With this implementation, the multi package installation scenario malfunctioned.
So, the implementation was modified.
NativeLauncher/installer-plugin/dotnet_apptype_plugin.cc
NativeLauncher/installer-plugin/prefer_dotnet_aot_plugin.cc
NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc
NativeLauncher/tool/tac_installer.cc