From b02c6306e8e26a72fe66da64c53d81590aa8d613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Mon, 26 Jul 2021 10:17:50 +0800 Subject: [PATCH] =?UTF-8?q?zip=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/zip.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FastGithub/zip.sh diff --git a/FastGithub/zip.sh b/FastGithub/zip.sh new file mode 100644 index 0000000..4a0460c --- /dev/null +++ b/FastGithub/zip.sh @@ -0,0 +1,10 @@ +#! /bin/bash # employ bash shell +cd ./bin/publish + +# linux +chmod +777 ./linux-x64/dnscrypt-proxy +chmod +777 ./linux-x64/FastGithub +zip -r linux-x64.zip linux-x64 + +# windows +zip -r win-x64.zip win-x64 -x "./win-x64/aspnetcorev2_inprocess.dll" \ No newline at end of file