VS2017: Begin shipping Windows builds with the changelog included.

This commit is contained in:
Jonathan Campbell
2018-01-01 22:11:00 -08:00
parent 8b8f64dcca
commit 97172afd6b
2 changed files with 17 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ my @filelist = ();
my @platforms = ('Win32', 'x64');
my @builds = ('Release', 'Release SDL2');
my @files = ('dosbox.reference.conf', 'dosbox-x.exe', 'FREECG98.bmp');
my @files = ('dosbox.reference.conf', 'dosbox-x.exe', 'FREECG98.bmp', 'changelog.txt');
foreach $platform (@platforms) {
foreach $build (@builds) {