mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
fix formatting
This commit is contained in:
parent
fc1897de92
commit
701627fdbf
@ -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(.{
|
||||
|
Loading…
x
Reference in New Issue
Block a user