From 2c374440a8002bdf44e13dadbbcceec705e1d32c Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 1 Jun 2020 14:26:12 +0300 Subject: [PATCH] AppVeyor: pack changelog into the archive --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2b4d08b..0e20e30 100644 --- a/build.bat +++ b/build.bat @@ -22,7 +22,7 @@ copy "..\src\translations\*.qm" translations IF ERRORLEVEL 1 goto error cd .. -"%SEVENZIP%\7z" a -tzip "opn2-bank-editor\opn2-bank-editor-dev-win32.zip" .\license.txt .\Specifications\WOPN-and-OPNI-Specification.txt .\Specifications\YM2612.pdf .\bin-release\* Bank_Examples +"%SEVENZIP%\7z" a -tzip "opn2-bank-editor\opn2-bank-editor-dev-win32.zip" .\license.txt .\changelog.txt .\Specifications\WOPN-and-OPNI-Specification.txt .\Specifications\YM2612.pdf .\bin-release\* Bank_Examples goto quit :error