We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a07c80 commit 2c37444Copy full SHA for 2c37444
build.bat
@@ -22,7 +22,7 @@ copy "..\src\translations\*.qm" translations
22
IF ERRORLEVEL 1 goto error
23
cd ..
24
25
-"%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
26
27
goto quit
28
:error
0 commit comments