From f0f9b300f489e907715b1dfdb6aaadb0c4f9b96e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Aug 2022 14:29:10 -0400 Subject: allow standalong publishing --- README.md | 6 ++++++ puny.csproj | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index b8b4b2b..5b1a265 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ it will iterate through all arguments and display the normalized punycode and un ```shell dotnet run -- tildÉ™.net ``` + +to get a standalone linux executable: + +```shell +dotnet publish -c Release -r linux-x64 --self-contained +``` diff --git a/puny.csproj b/puny.csproj index c2ecf2a..965543a 100644 --- a/puny.csproj +++ b/puny.csproj @@ -4,6 +4,11 @@ Exe net6.0 enable + true + true + linux-x64 + true + true -- cgit 1.4.1