mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Fix installation
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
f89e79c7f8
commit
bcc2cdfcdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue