mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 23:44:19 +02:00
Reference Lua config + fix install bug
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
6ef332d73e
commit
1117ef5a3b
5 changed files with 9 additions and 12 deletions
|
|
@ -195,7 +195,7 @@ pub fn main(init: std.process.Init) !void {
|
|||
if (res.args.help != 0) {
|
||||
try clap.help(stderr, clap.Help, ¶ms, .{});
|
||||
|
||||
std.log.info("note: if you want to configure Ly, please check the config file, which is located at " ++ build_options.config_directory ++ "/ly/config.ini.", .{});
|
||||
std.log.info("note: if you want to configure Ly, please check the config file, which is located at " ++ build_options.config_directory ++ "/ly/config.lua or " ++ build_options.config_directory ++ "/ly/config.ini.", .{});
|
||||
std.process.exit(0);
|
||||
}
|
||||
if (res.args.version != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue