From 59ec418b5942cdf4fed65ec08edde39fcdbe1cc5 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 29 Jul 2021 20:44:39 +0800 Subject: [PATCH] update: remove dependency of DiffPlex --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 3bb6314f..b055284c 100644 --- a/build.bat +++ b/build.bat @@ -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