fix formatting

This commit is contained in:
IntegratedQuantum 2025-07-10 20:41:17 +02:00
parent fc1897de92
commit 701627fdbf

View File

@ -160,12 +160,12 @@ pub fn build(b: *std.Build) !void {
b.installDirectory(.{
.source_dir = largeAssets.path("music"),
.install_subdir = "assets/cubyz/music/",
.install_dir = .{ .custom = ".." },
.install_dir = .{.custom = ".."},
});
b.installDirectory(.{
.source_dir = largeAssets.path("fonts"),
.install_subdir = "assets/cubyz/fonts/",
.install_dir = .{ .custom = ".." },
.install_dir = .{.custom = ".."},
});
const exe = b.addExecutable(.{