mirror of https://github.com/fairyglade/ly.git
Fix installation
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
f89e79c7f8
commit
bcc2cdfcdc
|
|
@ -384,7 +384,7 @@ fn installText(
|
|||
destination_directory: std.Io.Dir,
|
||||
destination_directory_path: []const u8,
|
||||
destination_file: []const u8,
|
||||
options: std.Io.File.CreateFlags,
|
||||
options: std.Io.Dir.CreateFileOptions,
|
||||
) !void {
|
||||
var file = try destination_directory.createFile(io, destination_file, options);
|
||||
defer file.close(io);
|
||||
|
|
|
|||
Loading…
Reference in New Issue