Skip to content

Commit c9e82fa

Browse files
committed
do not add quicklaunch links on install
It is useless nowadays given the quicklaunch bar is not shown by default since Windows 7. I also wonder if that is not what is causing (part of) our permission issues when updating larrayenv.
1 parent 8091b78 commit c9e82fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

condarecipe/larray-editor/larray-editor.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
{
55
"name": "LArray Editor",
66
"pywscript": "${PYTHON_SCRIPTS}/larray-editor-script.py",
7-
"icon": "${MENU_DIR}/larray.ico",
8-
"quicklaunch": true
7+
"icon": "${MENU_DIR}/larray.ico"
98
},
109
{
1110
"name": "LArray Documentation",
@@ -21,4 +20,4 @@
2120
]
2221
}
2322
]
24-
}
23+
}

0 commit comments

Comments
 (0)