mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 07:16:12 +00:00
app: only create first window in exe mode
This commit is contained in:
@@ -30,6 +30,7 @@ pub const Artifact = enum {
|
||||
return switch (builtin.output_mode) {
|
||||
.Exe => .exe,
|
||||
.Obj => .lib,
|
||||
else => unreachable,
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user