New SW Bundles

* Removed Air, Java, & Silverlight
* Added SumatraPDF
This commit is contained in:
2Shirt 2018-08-19 11:53:33 -07:00
parent 298222c9fc
commit 1244b7f5e5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -71,9 +71,8 @@ VCREDIST_SOURCES = {
}
NINITE_SOURCES = {
'Bundles': {
'Runtimes.exe': '.net4.7.1-air-java8-silverlight',
'Legacy.exe': '.net4.7.1-7zip-air-chrome-firefox-java8-silverlight-vlc',
'Modern.exe': '.net4.7.1-7zip-air-chrome-classicstart-firefox-java8-silverlight-vlc',
'Legacy.exe': '.net4.7.2-7zip-chrome-firefox-sumatrapdf-vlc',
'Modern.exe': '.net4.7.2-7zip-chrome-classicstart-firefox-sumatrapdf-vlc',
},
'Audio-Video': {
'AIMP.exe': 'aimp',
@ -202,3 +201,5 @@ 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