VS2017: Release script start distributing ARM and ARM64 (Windows RT and Windows 10 ARM) builds

This commit is contained in:
Jonathan Campbell 2019-04-26 20:39:58 -07:00
parent f24189b3b5
commit 05afe330a2

View File

@ -39,7 +39,7 @@ print "$zipname\n";
my @filelist = ();
my @platforms = ('Win32', 'x64');
my @platforms = ('ARM', 'ARM64', 'Win32', 'x64');
my @builds = ('Release', 'Release SDL2');
my @files = ('dosbox.reference.conf', 'dosbox-x.exe', 'FREECG98.bmp', 'changelog.txt');