18 lines
387 B
Bash
18 lines
387 B
Bash
#! /bin/bash
|
|
cd ./FastGithub/bin/publish
|
|
|
|
# linux-x64
|
|
chmod 777 ./linux-x64/dnscrypt-proxy
|
|
chmod 777 ./linux-x64/FastGithub
|
|
zip -r linux-x64.zip linux-x64
|
|
|
|
# osx-x64
|
|
chmod 777 ./osx-x64/dnscrypt-proxy
|
|
chmod 777 ./osx-x64/FastGithub
|
|
zip -r osx-x64.zip osx-x64
|
|
|
|
# win10-x64
|
|
zip -r win10-x64.zip win10-x64 -x "./win10-x64/aspnetcorev2_inprocess.dll"
|
|
|
|
# win7-x64
|
|
zip -r win7-x64.zip win7-x64 |