mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Include new dll files in ILRepack
This commit is contained in:
parent
27ae5d973c
commit
5fd9818c81
@ -111,7 +111,8 @@ echo ILREPACKDIR
|
||||
echo %ILREPACKDIR%
|
||||
echo ILREPACKDIR done
|
||||
"%ILREPACKDIR%\tools\ILRepack.exe" /parallel /internalize /targetplatform:v4 /out:"bin\Release\SubtitleEdit.exe" "bin\Release\SubtitleEdit.exe"^
|
||||
"bin\Release\libse.dll" "bin\Release\zlib.net.dll" "bin\Release\NHunspell.dll" "bin\Release\UtfUnknown.dll" "DLLs\Interop.QuartzTypeLib.dll"
|
||||
"bin\Release\libse.dll" "bin\Release\zlib.net.dll" "bin\Release\NHunspell.dll" "bin\Release\UtfUnknown.dll" "DLLs\Interop.QuartzTypeLib.dll"^
|
||||
"bin\Release\Newtonsoft.Json.dll" "bin\Release\System.Net.Http.Extensions.dll" "bin\Release\System.Net.Http.Primitives.dll"
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO EndWithError
|
||||
POPD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user