mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
update<README>: add requirement description for .NET 5.0
This commit is contained in:
parent
38545518a9
commit
3af784e45e
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
开源的Git客户端,仅用于Windows。
|
||||
|
||||
## 注意
|
||||
|
||||
**3.x 依赖 .NET 5,请先安装之**
|
||||
|
||||
## 下载
|
||||
|
||||
[发行版](https://gitee.com/sourcegit/SourceGit/releases/)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
cd src
|
||||
rmdir /s /q bin
|
||||
rmdir /s /q obj
|
||||
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
|
||||
dotnet publish --nologo -c Release -r win-x64 -p:PublishSingleFile=true --no-self-contained -o publish
|
||||
cd ..
|
Loading…
Reference in a new issue