From 9dea64f8ccff6af5bb4439d343c1d99ba992cce3 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 12 May 2024 23:19:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BA=86=E7=B1=BB=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E7=9B=AE=E6=A0=87runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-linux-x64.bat | 4 ---- build-release-x64.bat | 2 +- publish-linux-x64.bat | 4 ---- publish-release-x64.bat | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 build-linux-x64.bat delete mode 100644 publish-linux-x64.bat diff --git a/build-linux-x64.bat b/build-linux-x64.bat deleted file mode 100644 index 5bb0d18..0000000 --- a/build-linux-x64.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -call dotnet clean -call dotnet build -c Release -r linux-x64 -pause \ No newline at end of file diff --git a/build-release-x64.bat b/build-release-x64.bat index 7b15caf..aa8c80e 100644 --- a/build-release-x64.bat +++ b/build-release-x64.bat @@ -1,4 +1,4 @@ @echo off call dotnet clean -call dotnet build -c Release -r win-x64 +call dotnet build -c Release pause \ No newline at end of file diff --git a/publish-linux-x64.bat b/publish-linux-x64.bat deleted file mode 100644 index 93cbe43..0000000 --- a/publish-linux-x64.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -call dotnet clean -call dotnet publish -c Release -r linux-x64 -pause \ No newline at end of file diff --git a/publish-release-x64.bat b/publish-release-x64.bat index c8a9c42..7c67c05 100644 --- a/publish-release-x64.bat +++ b/publish-release-x64.bat @@ -1,4 +1,4 @@ @echo off call dotnet clean -call dotnet publish -c Release -r win-x64 +call dotnet publish -c Release pause \ No newline at end of file