feat: add custom ascii art

This commit is contained in:
utox39
2025-09-10 14:21:22 +02:00
parent 3cfae25a75
commit 20e2ef80d2
3 changed files with 18 additions and 8 deletions

View File

@@ -70,5 +70,5 @@ pub fn main() !void {
}
}
try ascii.printAscii(allocator, sys_info_list);
try ascii.printAscii(allocator, config.getAsciiPath(conf), sys_info_list);
}