zip打包
This commit is contained in:
parent
7810bb7a44
commit
b02c6306e8
10
FastGithub/zip.sh
Normal file
10
FastGithub/zip.sh
Normal 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"
|
||||||
Loading…
Reference in New Issue
Block a user