commontk / AppLauncher

Simple and small program allowing to set the environment of any executable.
http://www.commontk.org
Apache License 2.0
31 stars 32 forks source link

Move "additionalPathVariables" settings key into its own group #95

Closed jcfr closed 6 years ago

jcfr commented 6 years ago

By moving the key into a dedicated group named "Environment", this will allows to easily associate the Slicer python launcher with Slicer application settings while ignoring the "General,Application,ExtraApplicationToLaunch" groups.

To maintain backward compatibility, "additionalPathVariables" value previously found under the "General" group are still read. Corresponding test was also added.