From 3ccf65190ea1f5f37e2f114d072020edcb89bb28 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 18 Jul 2019 11:26:17 -0700 Subject: [PATCH] Migrate to archive.org --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d0be5cec..560e4e5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,7 @@ build: # post-build step after_build: - ps: appveyor DownloadFile https://github.com/saramibreak/DiscImageCreator/files/3341769/DiscImageCreator_20190627.zip -- ps: appveyor DownloadFile https://1fichier.com/?5ooj4mhyxj6qq8vhifox/subdump_fua_0x28.zip +- ps: appveyor DownloadFile https://archive.org/download/subdump_fua_0x28/subdump_fua_0x28.zip - 7z e DiscImageCreator_20190627.zip -oDICUI\bin\Debug\Programs Release_ANSI\* - 7z e subdump_fua_0x28.zip -oDICUI\bin\Debug * - mv DICUI\bin\Debug\subdump_fua_0x28.exe DICUI\bin\Debug\subdump.exe