archives support, builds .exe as well now

This commit is contained in:
2026-05-30 12:14:23 +02:00
parent 5a6fe38190
commit 7a537926fc
4 changed files with 19 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ fn placeFile(io: std.Io, dir: std.Io.Dir, category: classify.Category, name: []c
.document => "Documents",
.music => "Music",
.video => "Videos",
.archive => "Archives",
.code => "Code",
.other => return,
};