From 00eca6d97bd58e84853c913d7d91df6c7d39677d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Fri, 20 Aug 2021 09:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4aspnetcorev2=5Finprocess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.sh b/pack.sh index d07a31e..fde6317 100644 --- a/pack.sh +++ b/pack.sh @@ -10,7 +10,7 @@ zip -r FastGithub_linux-x64.zip FastGithub_linux-x64 zip -r FastGithub_osx-x64.zip FastGithub_osx-x64 # win10-x64 -zip -r FastGithub_win10-x64.zip FastGithub_win10-x64 -x "./win10-x64/aspnetcorev2_inprocess.dll" +zip -r FastGithub_win10-x64.zip FastGithub_win10-x64 -x "./FastGithub_win10-x64/aspnetcorev2_inprocess.dll" # win7-x64 zip -r FastGithub_win7-x64.zip FastGithub_win7-x64 \ No newline at end of file