OSDN Git Service

Installer: Use Inno Setup 6 to build WinMerge x64 installer (6)
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 22 May 2019 14:06:51 +0000 (23:06 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 22 May 2019 14:06:51 +0000 (23:06 +0900)
appveyor.yml

index ecf87d8..2642f25 100644 (file)
@@ -9,7 +9,7 @@ install:
 \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
 \r
-    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe\r
+    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe /verysilent /norestart\r
 cache: build/WinMergeDownloadDeps\r
 build_script:\r
 - cmd: >-\r
@@ -18,4 +18,4 @@ build_script:
     BuildAll.vs2017.cmd x64\r
 artifacts:\r
 - path: build/Releases/*.exe\r
-- path: build/Releases/*.zip
\ No newline at end of file
+- path: build/Releases/*.zip\r