replace references to "local-conf" with "autoconf"

This commit is contained in:
2024-04-19 15:55:22 -07:00
parent 5da45c97d8
commit d2c9ff9c06
2 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ def update_theme_settings():
# symlink from "current-theme.conf" in app's config-dir ...
from_conf_path = Path(config_dir, 'current-theme.conf')
# ... to appropriate generated theme path here in local-config
# ... to appropriate generated theme path here in autoconf
to_conf_path = Path(
basepath,
f'themes/{args.palette}/apps/{app_name}/generated/{args.scheme}.conf'