Support UI Thread Separate (UTS) App Model (#464)
[platform/core/dotnet/launcher.git] / packaging / 715.dotnet_regen_app_ni.patch.sh
1 #!/bin/bash
2 #
3 # RW Update Script to regenerate dotnet application native image file
4
5 PATH=/usr/bin:/bin:/usr/sbin:/sbin
6
7 /usr/bin/dotnettool --tac-regen-all
8 /usr/bin/dotnettool --ni-regen-all-app --skip-ro-app
9 /usr/bin/dotnettool --resolve-all-app
10 /usr/bin/dotnettool --rm-all-app-profile
11 /usr/bin/dotnettool --check-all-app-privilege