mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: fix finding the resources dir
This commit is contained in:
@ -23,6 +23,7 @@ pub fn resourcesDir(alloc: std.mem.Allocator) !?[]const u8 {
|
||||
// we've found the resources directory.
|
||||
const sentinel = switch (comptime builtin.target.os.tag) {
|
||||
.windows => "terminfo/ghostty.terminfo",
|
||||
.macos => "terminfo/78/xterm-ghostty",
|
||||
else => "terminfo/x/xterm-ghostty",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user