mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
ref #755 fix a shortcuts array for debian pacakges
This commit is contained in:
parent
1c4866acae
commit
c71ad57c3d
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user