joshuto: Replace unrar with unar

This commit is contained in:
Donovan Glover 2023-06-26 18:42:45 -04:00
parent aa5a78a296
commit d4cb5c3528
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -139,7 +139,7 @@
# archive formats # archive formats
"7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }]; "7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }];
rar.app_list = [ rar.app_list = [
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; } { command = "unar"; confirm_exit = true; }
{ command = "file-roller"; fork = true; silent = true; } { command = "file-roller"; fork = true; silent = true; }
]; ];
zip.app_list = [ zip.app_list = [