Skip to content

Commit

Permalink
Include changelog.txt with deploying ZIP archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jul 17, 2017
1 parent 1fc3984 commit ac5e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ windeployqt opl3_bank_editor.exe
IF ERRORLEVEL 1 goto error
cd ..

"%SEVENZIP%\7z" a -tzip "opl3-bank-editor\opl3-bank-editor-dev-win32.zip" .\formats_info.htm .\license.txt .\bin-release\* Bank_Examples
"%SEVENZIP%\7z" a -tzip "opl3-bank-editor\opl3-bank-editor-dev-win32.zip" .\formats_info.htm .\license.txt .\changelog.txt .\bin-release\* Bank_Examples

goto quit
:error
Expand Down

0 comments on commit ac5e58d

Please sign in to comment.