Version 1.2.0 #66
jarikmarwede
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
This discussion was created from the release Version 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions