108 Star 554 Fork 173

egametang / ET

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Publish-linux-x64.ps1 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
dotnet publish -r linux-x64 --no-self-contained --no-dependencies -c Release
$path = ".\Publish\linux-x64"
Remove-Item $path\Bin\ -Recurse -ErrorAction Ignore
Copy-Item .\Bin\linux-x64\publish -Destination $path\Bin -Recurse -Force
Remove-Item $path\Config -Recurse -ErrorAction Ignore
Copy-Item .\Config -Destination $path\Config -Recurse -Force
C#
1
https://gitee.com/egametang/ET.git
git@gitee.com:egametang/ET.git
egametang
ET
ET
master

搜索帮助