diff --git a/build.ln b/build.ln index 0cf44ab..c7cf7ba 100644 --- a/build.ln +++ b/build.ln @@ -19,6 +19,14 @@ "commands": [ "sh make -f contrib.soem.make all" ] - } + }, + { + "name": "pack2", + "priority": 701, + "commands": [ + "sh set", + "dotnet publish -p:PublishSingleFile=true" + ] + }, ] } \ No newline at end of file