This commit is contained in:
@@ -220,7 +220,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
|||||||
create_autostart_opts opts{};
|
create_autostart_opts opts{};
|
||||||
opts.app_name = "repertory";
|
opts.app_name = "repertory";
|
||||||
opts.comment = "Mount utility for AWS S3 and Sia";
|
opts.comment = "Mount utility for AWS S3 and Sia";
|
||||||
opts.exec_args = {"-ui -lo"};
|
opts.exec_args = {"-ui", "-lo"};
|
||||||
opts.exec_path = utils::path::combine(".", {"repertory"});
|
opts.exec_path = utils::path::combine(".", {"repertory"});
|
||||||
opts.icon_path = utils::path::combine(".", {"repertory.png"});
|
opts.icon_path = utils::path::combine(".", {"repertory.png"});
|
||||||
opts.terminal = true;
|
opts.terminal = true;
|
||||||
|
Reference in New Issue
Block a user