OSDN Git Service

DownloadDeps.cmd: Download tidy.exe which supports Windows XP
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Tue, 22 Jun 2021 12:21:01 +0000 (21:21 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Tue, 22 Jun 2021 12:21:01 +0000 (21:21 +0900)
DownloadDeps.cmd

index 5cdf93b..aac4c85 100644 (file)
@@ -12,7 +12,7 @@ https://github.com/WinMerge/frhed/releases/download/0.10904.2017/frhed-0.10904.2
 https://github.com/WinMerge/frhed/releases/download/0.10904.2017/frhed-0.10904.2017.7-ARM64.zip!Build\ARM64 ^
 https://github.com/WinMerge/winimerge/releases/download/v1.0.29/winimerge-1.0.29.0-exe.zip!Build ^
 https://github.com/WinMerge/patch/releases/download/v2.5.9-7/patch-2.5.9-7-bin.zip!Build\GnuWin32 ^
-https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-win32.zip!Build\tidy-html5 ^
+https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-w32-mt-XP.zip!Build\tidy-html5 ^
 https://github.com/htacg/tidy-html5/archive/refs/tags/5.4.0.zip!Build\tidy-html5 ^
 https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win32.exe!Build\jq ^
 https://github.com/stedolan/jq/archive/refs/tags/jq-1.4.zip!Build\jq ^
@@ -35,6 +35,8 @@ for %%p in (%urls_destdirs%) do (
   )
 )
 
+for /d %%i in (build\tidy-html5\tidy-5.4.0-w32-mt-XP\*) do move %%i build\tidy-html5\
+
 for %%i in (Build Build\X64 Build\ARM64) do (
   for %%j in (Release Debug Test) do (
     mkdir %%i\%%j\Merge7z 2> NUL