mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
change to use new name dosbox-x.reference.conf
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user