We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68db6 commit 6356e1eCopy full SHA for 6356e1e
bin/generate_desktop_scripts.sh
@@ -2,7 +2,7 @@
2
3
if [ -f /opt/eclipse/eclipse ]; then
4
SCRATCH_DIR=$(mktemp -d);
5
- ICON_FILE=$(find /opt/eclipse -name eclipse256.png)
+ ICON_FILE=$(find /opt/eclipse -name eclipse256.png | head -n 1)
6
echo "[Desktop Entry]
7
Type=Application
8
Version=1.0
0 commit comments