Skip to content

Commit

Permalink
fix: Update TempleOS updater domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaVandaele committed Jan 27, 2025
1 parent 3a92e37 commit 7cf2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/updaters/TempleOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from modules.updaters.GenericUpdater import GenericUpdater
from modules.utils import md5_hash_check, parse_hash

DOMAIN = "https://www.templeos.org"
DOMAIN = "https://templeos.org"
DOWNLOAD_PAGE_URL = f"{DOMAIN}/Downloads"
FILE_NAME = "TempleOS_[[EDITION]]_[[VER]].ISO"

Expand Down

0 comments on commit 7cf2853

Please sign in to comment.