Skip to content

Version 1.2.0

Choose a tag to compare

@jarikmarwede jarikmarwede released this 15 Feb 14:06
· 25 commits to master since this release

This release introduces a new command line option to change the configuration directory.
It can be used like this & '.\Start Menu Helper.exe' -c '<config_directory>' or, alternatively, like this & '.\Start Menu Helper.exe' --configuration-directory '<config_directory>' where you can replace <config_directory> with the path to a directory you want the program to look for configuration files.
This feature is primarily useful for changing your configuration directory while developing the program. However, in the future, it could also be used to provide a portable version of the program that always stores its configuration in the same directory as the executable.