add logo file

This commit is contained in:
hynak 2026-01-21 18:18:30 -05:00
commit 64bf07d2e6
2 changed files with 2 additions and 0 deletions

View file

@ -197,6 +197,8 @@ fn install_ly(allocator: std.mem.Allocator, patch_map: PatchMap, install_config:
const patched_setup = try patchFile(allocator, "res/setup.sh", patch_map);
try installText(patched_setup, config_dir, ly_config_directory, "setup.sh", .{ .mode = 0o755 });
try installFile("res/example.dur", config_dir, ly_config_directory, "example.dur", .{ .override_mode = 0o755 });
}
{

BIN
res/example.dur Normal file

Binary file not shown.