From 24050e9c40de6b122e3ddb61810b12dde8ff0d9b Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Wed, 14 Nov 2018 15:34:27 -0600 Subject: [PATCH] Have appveyor include the correct LICENSE file. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 770be67a..5de3470a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ after_build: - copy "%output%" artifacts - if "%config%"=="Release Unicode" copy docs\changes.txt artifacts | - copy docs\snes9x-license.txt artifacts | + copy LICENSE artifacts | copy win32\docs\faqs-windows.txt artifacts | copy win32\docs\readme-windows.txt artifacts - 7z a %package_name%.zip .\artifacts\*