diff --git a/README.adoc b/README.adoc index cdeb6ed..0bdf9ba 100644 --- a/README.adoc +++ b/README.adoc @@ -47,10 +47,12 @@ image::images/teaser/Teaser-2.png[Teaser 2,800] == Installation -WARNING: To download, do not use the green button! Instead click on "Releases" on the right side and download the file with extension `streamDeckPlugin`. +WARNING: To download, do not use the green button! Instead, click on "Releases" on the right side and download the file with extension `streamDeckPlugin`. Be sure to have the SimHub Property Server plugin installed into SimHub (see above). When updating this plugin, be sure to also check the SimHub Property Server plugin for updates. +TIP: For the usage of this plugin, the https://dotnet.microsoft.com/en-us/download/dotnet/6.0[.NET Runtime 6.0] has to be installed. Without this, the plugin won't even start. + Download the file `net.planetrenner.simhub.streamDeckPlugin` from the GitHub "Releases" page and double-click it to install it into Stream Deck. diff --git a/StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj b/StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj index e8a2728..f8d3470 100644 --- a/StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj +++ b/StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj @@ -3,8 +3,8 @@ Exe net6.0 - false - true + true + false win-x64 enable enable @@ -12,6 +12,13 @@ 11 + + embedded + + + embedded + +