mirror of
https://github.com/fairyglade/ly.git
synced 2026-09-23 04:20:20 +00:00
Reference Lua config + fix install bug
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user