change to use new name dosbox-x.reference.conf

This commit is contained in:
Wengier
2020-04-29 11:26:10 -04:00
committed by GitHub
parent 8f408a4508
commit 3d4c9c0892

View File

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