zip打包

This commit is contained in:
陈国伟 2021-07-26 10:17:50 +08:00
parent 7810bb7a44
commit b02c6306e8

10
FastGithub/zip.sh Normal file
View File

@ -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"