mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 09:04:59 +00:00
refactor<*>: rewrite all codes...
This commit is contained in:
parent
89ff8aa744
commit
30ab8ae954
342 changed files with 17208 additions and 19633 deletions
13
build.bat
13
build.bat
|
@ -1,9 +1,16 @@
|
|||
rmdir /s /q publish
|
||||
|
||||
cd src
|
||||
rmdir /s /q bin
|
||||
rmdir /s /q obj
|
||||
dotnet publish --nologo -c Release -r win-x64 -p:PublishSingleFile=true --no-self-contained -o ../publish
|
||||
dotnet publish SourceGit.csproj --nologo -c Release -r win-x64 -p:PublishSingleFile=true --no-self-contained -o ../publish
|
||||
|
||||
rmdir /s /q bin
|
||||
rmdir /s /q obj
|
||||
dotnet publish --nologo -c Release -r win-x64 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained -o ../publish/SourceGit
|
||||
cd ..
|
||||
dotnet publish SourceGit_48.csproj --nologo -c Release -r win-x64 -o ../publish/net48
|
||||
|
||||
cd ../publish
|
||||
ilrepack /ndebug /out:SourceGit_48.exe net48/SourceGit.exe net48/Newtonsoft.Json.dll
|
||||
rmdir /s /q net48
|
||||
|
||||
cd ../
|
Loading…
Add table
Add a link
Reference in a new issue