From 8176a8555bec3a43d5fbada5719f9a9df0615378 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Tue, 25 Jan 2022 09:47:37 +0900 Subject: [PATCH] Enable MCJ & BTJ by loader script --- NativeLauncher/dotnet-nui.launcher | 4 +++- NativeLauncher/dotnet-nui.loader | 2 +- NativeLauncher/dotnet.launcher | 2 +- NativeLauncher/dotnet.loader | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NativeLauncher/dotnet-nui.launcher b/NativeLauncher/dotnet-nui.launcher index 311084d..aab6a19 100644 --- a/NativeLauncher/dotnet-nui.launcher +++ b/NativeLauncher/dotnet-nui.launcher @@ -3,6 +3,8 @@ NAME dotnet-nui-launcher EXE /usr/bin/dotnet-launcher APP_TYPE dotnet-nui EXTRA_ARG --PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE -# EXTRA_ARG --profile +EXTRA_ARG --profile +EXTRA_ARG --appType +EXTRA_ARG dotnet-nui EXTRA_ARG --standalone diff --git a/NativeLauncher/dotnet-nui.loader b/NativeLauncher/dotnet-nui.loader index 17b5125..b047051 100644 --- a/NativeLauncher/dotnet-nui.loader +++ b/NativeLauncher/dotnet-nui.loader @@ -8,4 +8,4 @@ ON_BOOT OFF HYDRA OFF EXTRA --appType dotnet-nui EXTRA TIZEN_UIFW NUI -EXTRA --profile false +EXTRA --profile true diff --git a/NativeLauncher/dotnet.launcher b/NativeLauncher/dotnet.launcher index f9a89c0..5548409 100644 --- a/NativeLauncher/dotnet.launcher +++ b/NativeLauncher/dotnet.launcher @@ -3,7 +3,7 @@ NAME dotnet-launcher EXE /usr/bin/dotnet-launcher APP_TYPE dotnet EXTRA_ARG --PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE -# EXTRA_ARG --profile +EXTRA_ARG --profile EXTRA_ARG --appType EXTRA_ARG dotnet EXTRA_ARG --standalone diff --git a/NativeLauncher/dotnet.loader b/NativeLauncher/dotnet.loader index 573db41..bf78a99 100644 --- a/NativeLauncher/dotnet.loader +++ b/NativeLauncher/dotnet.loader @@ -11,4 +11,4 @@ ON_BOOT OFF HYDRA OFF EXTRA --appType dotnet EXTRA TIZEN_UIFW ElmSharp -EXTRA --profile false +EXTRA --profile true -- 2.7.4