Skip to content
  • Sean Leavey's avatar
    Change config behaviour · 50538851
    Sean Leavey authored
    The built-in configuration from Finesse was previously copied on every run to the
    user's config dir (in addition to the barebone user config, if one was not present).
    This is wasteful and not necessary since the Finesse base config can be loaded from
    package resources within the installation path. This commit gets rid of the separate
    default configuration in the user's directory and instead uses the file stored in
    the package resources.
    50538851