mirror of
https://git.aramjonghu.nl/AramJonghu/file-organizer.git
synced 2026-06-06 17:48:23 +02:00
archives support, builds .exe as well now
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user