From a72ccd5a54e8dd7a3dbfd5acfc0c447ec27f0962 Mon Sep 17 00:00:00 2001 From: milimoe Date: Thu, 29 Feb 2024 01:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Linux=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=89=B9=E5=A4=84=E7=90=86=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-linux-x64.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build-linux-x64.bat diff --git a/build-linux-x64.bat b/build-linux-x64.bat new file mode 100644 index 0000000..9668ce8 --- /dev/null +++ b/build-linux-x64.bat @@ -0,0 +1,3 @@ +@echo off +call dotnet publish -c Release -r linux-x64 +pause \ No newline at end of file