Skip to content

Commit

Permalink
fix: also ensure icu files are up to date in update check
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf24 authored and thw26 committed Nov 7, 2024
1 parent 5a54b93 commit 68f9032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ou_dedetai/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from urllib.parse import urlparse
from xml.etree import ElementTree as ET

from ou_dedetai import wine

from . import config
from . import msg
from . import utils
Expand Down Expand Up @@ -468,6 +470,7 @@ def check_for_updates():
set_logoslinuxinstaller_latest_release_config()
utils.compare_logos_linux_installer_version()
set_recommended_appimage_config()
wine.enforce_icu_data_files()

config.LAST_UPDATED = now.isoformat()
utils.write_config(config.CONFIG_FILE)
Expand Down

0 comments on commit 68f9032

Please sign in to comment.