compilar: Copiar compilar.zig al output
This commit is contained in:
parent
34abffdbb6
commit
0077353224
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub fn main() !void {
|
|||
if (entry.kind != .File) continue;
|
||||
|
||||
// Autocopiarnos :)
|
||||
if (endsWith(u8, entry.name, ".sh") or
|
||||
if (endsWith(u8, entry.name, ".zig") or
|
||||
endsWith(u8, entry.name, ".md") or
|
||||
endsWith(u8, entry.name, ".css") or
|
||||
endsWith(u8, entry.name, ".png") or
|
||||
|
|
Reference in a new issue