From dfafe9789abc80f92e8e6fb619d24ba8e5c01ceb Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 22 Oct 2018 11:06:25 -0700 Subject: [PATCH] Update AppVeyor for new DIC version --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3e704055..d8318e0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,10 +32,10 @@ build: # post-build step after_build: -- ps: appveyor DownloadFile https://github.com/saramibreak/DiscImageCreator/files/2385718/DiscImageCreator_20180915.zip +- ps: appveyor DownloadFile https://github.com/saramibreak/DiscImageCreator/files/2500541/DiscImageCreator_20181022.zip - ps: appveyor DownloadFile http://www.rawdump.net/tools/subdump_fua_0x28.zip -- 7z e DiscImageCreator_20180915.zip -oDICUI\bin\Debug\Programs Release_ANSI\* -- 7z e DiscImageCreator_20180915.zip -oDICUI.Forms\bin\Debug\Programs Release_ANSI\* +- 7z e DiscImageCreator_20181022.zip -oDICUI\bin\Debug\Programs Release_ANSI\* +- 7z e DiscImageCreator_20181022 -oDICUI.Forms\bin\Debug\Programs Release_ANSI\* - 7z e subdump_fua_0x28.zip -oDICUI\bin\Debug * - 7z e subdump_fua_0x28.zip -oDICUI.Forms\bin\Debug * - mv DICUI\bin\Debug\subdump_fua_0x28.exe DICUI\bin\Debug\subdump.exe