Updated settings files
This commit is contained in:
parent
f321dee54f
commit
6df88ec021
6 changed files with 1110 additions and 1100 deletions
|
|
@ -561,3 +561,5 @@ LAUNCHERS = {
|
|||
|
||||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
|
|
@ -91,3 +91,5 @@ WINDOWS_SERVER = {
|
|||
|
||||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
|
|
@ -68,3 +68,5 @@ MUSIC_SNES = [
|
|||
|
||||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ SOURCE_URLS = {
|
|||
'Office Deployment Tool 2016': 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_10810.33603.exe',
|
||||
'ProduKey32': 'http://www.nirsoft.net/utils/produkey.zip',
|
||||
'ProduKey64': 'http://www.nirsoft.net/utils/produkey-x64.zip',
|
||||
'PuTTY': 'https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip',
|
||||
'PuTTY': 'https://the.earth.li/ sgtatham/putty/latest/w32/putty.zip',
|
||||
'RKill': 'https://www.bleepingcomputer.com/download/rkill/dl/10/',
|
||||
'Samsung Magician': 'https://s3.ap-northeast-2.amazonaws.com/global.semi.static/SAMSUNG_SSD_v5_2_1_180523/CD0CFAC4675B9E502899B41BE00525C3909ECE3AD57CC1A2FB6B74A766B2A1EA/Samsung_Magician_Installer.zip',
|
||||
'SDIO Themes': 'http://snappy-driver-installer.org/downloads/SDIO_Themes.zip',
|
||||
|
|
@ -199,4 +199,4 @@ RST_SOURCES = {
|
|||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=4 sw=4 ts=4 tw=0 nowrap
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
|
|
@ -54,3 +54,5 @@ TOOLS = {
|
|||
|
||||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Wizard Kit: Settings - Windows Builds
|
||||
|
||||
WINDOWS_BUILDS = {
|
||||
# Build Version Release Codename Marketing Name Notes
|
||||
# Build, Version, Release, Codename, Marketing Name, Notes
|
||||
'6000': ('Vista', 'RTM', 'Longhorn', None, 'unsupported'),
|
||||
'6000': ('Vista', 'RTM', 'Longhorn', None, 'unsupported'),
|
||||
'6001': ('Vista', 'SP1', 'Longhorn', None, 'unsupported'),
|
||||
|
|
@ -90,7 +90,7 @@ WINDOWS_BUILDS = {
|
|||
'15058': ('10', None, 'Redstone 2', None, 'preview build'),
|
||||
'15060': ('10', None, 'Redstone 2', None, 'preview build'),
|
||||
'15061': ('10', None, 'Redstone 2', None, 'preview build'),
|
||||
'15063': ( '10', 'v1703', 'Redstone 2', 'Creators Update', 'outdated'),
|
||||
'15063': ('10', 'v1703', 'Redstone 2', 'Creators Update', 'unsupported'),
|
||||
'16170': ('10', None, 'Redstone 3', None, 'preview build'),
|
||||
'16176': ('10', None, 'Redstone 3', None, 'preview build'),
|
||||
'16179': ('10', None, 'Redstone 3', None, 'preview build'),
|
||||
|
|
@ -137,7 +137,7 @@ WINDOWS_BUILDS = {
|
|||
'17127': ('10', None, 'Redstone 4', None, 'preview build'),
|
||||
'17128': ('10', None, 'Redstone 4', None, 'preview build'),
|
||||
'17133': ('10', None, 'Redstone 4', None, 'preview build'),
|
||||
'17134': ( '10', 'v1803', 'Redstone 4', 'April 2018 Update', None),
|
||||
'17134': ('10', 'v1803', 'Redstone 4', 'April 2018 Update', 'outdated'),
|
||||
'17604': ('10', None, 'Redstone 5', None, 'preview build'),
|
||||
'17618': ('10', None, 'Redstone 5', None, 'preview build'),
|
||||
'17623': ('10', None, 'Redstone 5', None, 'preview build'),
|
||||
|
|
@ -191,3 +191,5 @@ WINDOWS_BUILDS = {
|
|||
|
||||
if __name__ == '__main__':
|
||||
print("This file is not meant to be called directly.")
|
||||
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
|
|
|||
Loading…
Reference in a new issue