Updated software bundle sections
* NOTE: This update message should be in the previous commit
* c30e30232f
* Always update currently installed software
* Avoid calling the same installer in multiple sections
* e.g. In both the main and extra selections
* Simplified the bundles from 11 to 5 options
This commit is contained in:
parent
c30e30232f
commit
e64b7f4eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ def find_current_software():
|
|||
installers.append(
|
||||
r'{}\Web Browsers\{}.exe'.format(ninite_extras_path, browser))
|
||||
|
||||
# TODO Add more sections
|
||||
# TODO: Add more sections
|
||||
|
||||
return installers
|
||||
|
||||
|
|
@ -186,7 +186,7 @@ def find_missing_software():
|
|||
installers.append(
|
||||
r'{}\Web Browsers\{}.exe'.format(ninite_extras_path, browser))
|
||||
|
||||
# TODO Add more sections
|
||||
# TODO: Add more sections
|
||||
|
||||
return installers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue