diff --git a/.bin/Scripts/functions/update.py b/.bin/Scripts/functions/update.py index b4aa3f7e..a9c7811f 100644 --- a/.bin/Scripts/functions/update.py +++ b/.bin/Scripts/functions/update.py @@ -883,7 +883,7 @@ def update_xmplay(): # Extract files extract_temp_to_cbin('xmplay.zip', 'XMPlay', mode='e', sz_args=['xmplay.exe', 'xmplay.txt']) - for item in ['xmp-7z', 'xmp-gme', 'xmp-rar', 'WAModern']: + for item in ['xmp-7z', 'xmp-gme', 'xmp-rar', 'WAModern']: filter = [] if item == 'WAModern': filter.append('WAModern NightVision.xmpskin') diff --git a/.bin/Scripts/functions/windows_setup.py b/.bin/Scripts/functions/windows_setup.py index 82120843..e790a4b6 100644 --- a/.bin/Scripts/functions/windows_setup.py +++ b/.bin/Scripts/functions/windows_setup.py @@ -12,27 +12,27 @@ WINDOWS_VERSIONS = [ {'Name': 'Windows 7 Home Premium', 'Image File': 'Win7', 'Image Name': 'Windows 7 HOMEPREMIUM'}, - {'Name': 'Windows 7 Professional', - 'Image File': 'Win7', + {'Name': 'Windows 7 Professional', + 'Image File': 'Win7', 'Image Name': 'Windows 7 PROFESSIONAL'}, - {'Name': 'Windows 7 Ultimate', - 'Image File': 'Win7', + {'Name': 'Windows 7 Ultimate', + 'Image File': 'Win7', 'Image Name': 'Windows 7 ULTIMATE'}, - {'Name': 'Windows 8.1', - 'Image File': 'Win8', + {'Name': 'Windows 8.1', + 'Image File': 'Win8', 'Image Name': 'Windows 8.1', 'CRLF': True}, - {'Name': 'Windows 8.1 Pro', - 'Image File': 'Win8', + {'Name': 'Windows 8.1 Pro', + 'Image File': 'Win8', 'Image Name': 'Windows 8.1 Pro'}, - {'Name': 'Windows 10 Home', - 'Image File': 'Win10', + {'Name': 'Windows 10 Home', + 'Image File': 'Win10', 'Image Name': 'Windows 10 Home', 'CRLF': True}, - {'Name': 'Windows 10 Pro', - 'Image File': 'Win10', + {'Name': 'Windows 10 Pro', + 'Image File': 'Win10', 'Image Name': 'Windows 10 Pro'}, ]