ref #755 fix a shortcuts array for debian pacakges

This commit is contained in:
Andrei Yankovich 2023-06-08 09:53:42 +02:00
parent 1c4866acae
commit c71ad57c3d

View File

@ -252,7 +252,7 @@ bool iDistribution::collectInfo(const DistroModule& pkg,
info.Custom["[\"array\", \"of\", \"shortcut\", \"cmds\"]"] = cmdShortCutsArray;
info.Custom["$BASH_ARRAY_APPLICATIONS"] = bashArray;
info.Custom["$BASH_ARRAY_APPLICATIONS"] = bashArray;
info.Custom["$BASH_ARRAY_SHORTCUTS_APPLICATIONS"] = bashShortCutsArray;
if (info.Name.isEmpty()) {
info.Name = "Application";