mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
VS2017: Begin shipping Windows builds with the changelog included.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user