From 2e8a1b735eadd8e7e59b6aa04abcb6ae0a3c57f5 Mon Sep 17 00:00:00 2001 From: Tyler Szabo Date: Sun, 22 Sep 2019 00:01:54 -0700 Subject: [PATCH] Request administrator privilages for B19.0311.1 --- README.md | 2 ++ RGBFusionTool/RGBFusionTool.csproj | 3 ++- RGBFusionTool/app.manifest | 10 ++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 RGBFusionTool/app.manifest diff --git a/README.md b/README.md index 2be295e..8efabf8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ LICENSE ## Running +As of the `B19.0311.1` SDK release this tool will need to be run as an Administrator. + `RGBFusionTool` is a command line tool. For usage instructions run: ``` diff --git a/RGBFusionTool/RGBFusionTool.csproj b/RGBFusionTool/RGBFusionTool.csproj index dbeb478..bb6ecf9 100644 --- a/RGBFusionTool/RGBFusionTool.csproj +++ b/RGBFusionTool/RGBFusionTool.csproj @@ -58,7 +58,7 @@ You should have received a copy of the GNU General Public License along with thi true - true + app.manifest @@ -97,6 +97,7 @@ You should have received a copy of the GNU General Public License along with thi + diff --git a/RGBFusionTool/app.manifest b/RGBFusionTool/app.manifest new file mode 100644 index 0000000..639a330 --- /dev/null +++ b/RGBFusionTool/app.manifest @@ -0,0 +1,10 @@ + + + + + + + + + +