Removed trailing whitespace
This commit is contained in:
parent
5af0996259
commit
922d632afb
2 changed files with 13 additions and 13 deletions
|
|
@ -883,7 +883,7 @@ def update_xmplay():
|
||||||
# Extract files
|
# Extract files
|
||||||
extract_temp_to_cbin('xmplay.zip', 'XMPlay',
|
extract_temp_to_cbin('xmplay.zip', 'XMPlay',
|
||||||
mode='e', sz_args=['xmplay.exe', 'xmplay.txt'])
|
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 = []
|
filter = []
|
||||||
if item == 'WAModern':
|
if item == 'WAModern':
|
||||||
filter.append('WAModern NightVision.xmpskin')
|
filter.append('WAModern NightVision.xmpskin')
|
||||||
|
|
|
||||||
|
|
@ -12,27 +12,27 @@ WINDOWS_VERSIONS = [
|
||||||
{'Name': 'Windows 7 Home Premium',
|
{'Name': 'Windows 7 Home Premium',
|
||||||
'Image File': 'Win7',
|
'Image File': 'Win7',
|
||||||
'Image Name': 'Windows 7 HOMEPREMIUM'},
|
'Image Name': 'Windows 7 HOMEPREMIUM'},
|
||||||
{'Name': 'Windows 7 Professional',
|
{'Name': 'Windows 7 Professional',
|
||||||
'Image File': 'Win7',
|
'Image File': 'Win7',
|
||||||
'Image Name': 'Windows 7 PROFESSIONAL'},
|
'Image Name': 'Windows 7 PROFESSIONAL'},
|
||||||
{'Name': 'Windows 7 Ultimate',
|
{'Name': 'Windows 7 Ultimate',
|
||||||
'Image File': 'Win7',
|
'Image File': 'Win7',
|
||||||
'Image Name': 'Windows 7 ULTIMATE'},
|
'Image Name': 'Windows 7 ULTIMATE'},
|
||||||
|
|
||||||
{'Name': 'Windows 8.1',
|
{'Name': 'Windows 8.1',
|
||||||
'Image File': 'Win8',
|
'Image File': 'Win8',
|
||||||
'Image Name': 'Windows 8.1',
|
'Image Name': 'Windows 8.1',
|
||||||
'CRLF': True},
|
'CRLF': True},
|
||||||
{'Name': 'Windows 8.1 Pro',
|
{'Name': 'Windows 8.1 Pro',
|
||||||
'Image File': 'Win8',
|
'Image File': 'Win8',
|
||||||
'Image Name': 'Windows 8.1 Pro'},
|
'Image Name': 'Windows 8.1 Pro'},
|
||||||
|
|
||||||
{'Name': 'Windows 10 Home',
|
{'Name': 'Windows 10 Home',
|
||||||
'Image File': 'Win10',
|
'Image File': 'Win10',
|
||||||
'Image Name': 'Windows 10 Home',
|
'Image Name': 'Windows 10 Home',
|
||||||
'CRLF': True},
|
'CRLF': True},
|
||||||
{'Name': 'Windows 10 Pro',
|
{'Name': 'Windows 10 Pro',
|
||||||
'Image File': 'Win10',
|
'Image File': 'Win10',
|
||||||
'Image Name': 'Windows 10 Pro'},
|
'Image Name': 'Windows 10 Pro'},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue