New Features
-
Add ability to keep applications open after launcher exits. Can be useful to review your recent activity in apps like
EDDiscovery.Set the new
keepOpen
property to true in your settings file."processes": [{ "fileName": "path\\to\\exe", "keepOpen": true }]
-
Allow skipping the prompt to install a product when
/autorun
isn't specified with the new flag/skipInstallPrompt
.
Enhancements
- Read additional processes' STDOUT/ERR asynchronously. This should allow EDOMH to launch without locking up.
- Do a better job of scrubbing stored frontier passwords in log file
Verify the release artifacts are built from source by Github by comparing the shasum.txt contents with the the Create Checksums section of the job log of the automated release (archive).
See wiki for instructions on how to check the checksums of the release artifacts.