summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-12-20 08:58:24 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-12-20 08:58:46 -0800
commitc74966e07ebbb81dba0d1af3cb56290a74818748 (patch)
treed0729f81f89c21e0399ad42ae76fd3dfa1cba9df /dist
parent5bb05996ebb3134d590ec069152c3e5951d4f79f (diff)
build: change object story domain to ghostty.org
Diffstat (limited to 'dist')
-rw-r--r--dist/macos/update_appcast_tip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/macos/update_appcast_tip.py b/dist/macos/update_appcast_tip.py
index f58ab00ba..45296ccf6 100644
--- a/dist/macos/update_appcast_tip.py
+++ b/dist/macos/update_appcast_tip.py
@@ -94,7 +94,7 @@ commit history <a href="{repo}">on GitHub</a> for all changes.
</p>
"""
elem = ET.SubElement(item, "enclosure")
-elem.set("url", f"https://tip.files.ghostty.dev/{commit_long}/ghostty-macos-universal.zip")
+elem.set("url", f"https://tip.files.ghostty.org/{commit_long}/ghostty-macos-universal.zip")
elem.set("type", "application/octet-stream")
for key, value in attrs.items():
elem.set(key, value)