OSDN Git Service

Fix osdn.net ticket #42063: Make the width of the 'Find what' label in Find dialog...
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index 4eb3943..b1d7739 100644 (file)
@@ -7,11 +7,11 @@ install:
 - ps: >-\r
     Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = "\r
 \r
-    (new-object net.webclient).DownloadFile('http://www.jrsoftware.org/download.php/is.exe#innosetup-6.0.2.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe")\r
+    (new-object net.webclient).DownloadFile('http://www.jrsoftware.org/download.php/is.exe#innosetup-6.0.3.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe")\r
 \r
-    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe /verysilent /norestart /currentuser\r
+    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser\r
 cache: \r
-#- build/WinMergeDownloadDeps\r
+- build/WinMergeDownloadDeps\r
 build_script:\r
 - cmd: >-\r
     DownloadDeps.cmd\r