update<build>: remove dependency of DiffPlex

This commit is contained in:
leo 2021-07-29 20:44:39 +08:00
parent d259d67fd5
commit 59ec418b59

View file

@ -6,7 +6,7 @@ cd src
rmdir /s /q bin
rmdir /s /q obj
dotnet publish SourceGit_48.csproj --nologo -c Release -r win-x86 -o ..\publish\net48
ilrepack /ndebug /out:..\publish\SourceGit.exe ..\publish\net48\SourceGit.exe ..\publish\net48\Newtonsoft.Json.dll ..\publish\net48\DiffPlex.dll
ilrepack /ndebug /out:..\publish\SourceGit.exe ..\publish\net48\SourceGit.exe ..\publish\net48\Newtonsoft.Json.dll
cd ..\publish
ren SourceGit.exe SourceGit_48.exe
rmdir /s /q net48