Use ghostty-specific themes release

This commit is contained in:
azhn
2025-09-13 06:52:44 +10:00
parent 74b204b6ce
commit ac07cf5270
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ pub fn init(b: *std.Build, cfg: *const Config) !GhosttyResources {
// Themes
if (b.lazyDependency("iterm2_themes", .{})) |upstream| {
const install_step = b.addInstallDirectory(.{
.source_dir = upstream.path("ghostty"),
.source_dir = upstream.path(""),
.install_dir = .{ .custom = "share" },
.install_subdir = b.pathJoin(&.{ "ghostty", "themes" }),
.exclude_extensions = &.{".md"},