diff --git a/CHANGELOG.md b/CHANGELOG.md index 1844e3559cc..272709ee1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.14.1] - 2022-08-09 +### Added +- (Linux) Flatpak package added +- (Linux) AUR package automated updates +- (Windows) Winget package automated updates +### Changed +- (General) Moved repo to @LizardByte GitHub org +- (WebUI) Fixed button spacing on home page +- (WebUI) Added Discord WidgetBot Crate +### Fixed +- (Linux/Mac) Default config and app files now copied to user home directory +- (Windows) Default config and app files now copied to working directory + ## [0.14.0] - 2022-06-15 ### Added - (Documentation) Added Sphinx documentation available at https://sunshinestream.readthedocs.io/en/latest/ diff --git a/scripts/_locale.py b/scripts/_locale.py index b8274aedc00..d967974e3f5 100644 --- a/scripts/_locale.py +++ b/scripts/_locale.py @@ -18,7 +18,7 @@ script_dir = os.path.dirname(os.path.abspath(__file__)) root_dir = os.path.dirname(script_dir) locale_dir = os.path.join(root_dir, 'locale') -project_dir = os.path.join(root_dir, project_name.lower()) +project_dir = os.path.join(root_dir, 'src') year = datetime.datetime.now().year