From 9a28fbf2c1683c052128f63a53831ae65abe65e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=A1=B0=EC=9B=85=EC=84=9D/Common=20Platform=20Lab=28SR=29?= =?utf8?q?/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 9 Feb 2022 14:16:48 +0900 Subject: [PATCH] Update fota script for MCJ/BTP (#380) After update fota, app's profile data should be removed. --- packaging/715.dotnet_regen_app_ni.patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/715.dotnet_regen_app_ni.patch.sh b/packaging/715.dotnet_regen_app_ni.patch.sh index 85008df..1611395 100644 --- a/packaging/715.dotnet_regen_app_ni.patch.sh +++ b/packaging/715.dotnet_regen_app_ni.patch.sh @@ -7,3 +7,4 @@ PATH=/usr/bin:/bin:/usr/sbin:/sbin /usr/bin/dotnettool --tac-regen-all /usr/bin/dotnettool --ni-regen-all-app /usr/bin/dotnettool --resolve-all-app +/usr/bin/dotnettool --rm-all-app-profile -- 2.34.1