File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 639
639
<chmod perm =" ugo+x" >
640
640
<fileset dir =" linux/work" includes =" arduino" />
641
641
<fileset dir =" linux/work" includes =" **/*.sh" />
642
+ <fileset dir =" linux/work/lib" includes =" **/*desktop*" />
642
643
</chmod >
643
644
</target >
644
645
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ xdg_install_f() {
44
44
xdg-icon-resource install --context apps --size 256 " ${SCRIPT_PATH} /lib/icons/256x256/apps/arduino.png" $RESOURCE_NAME
45
45
46
46
# Install the created *.desktop file
47
- # # XFCE's Launcher wants the .desktop file to be +x as well
48
- xdg-desktop-menu install --mode 755 " ${TMP_DIR} /${RESOURCE_NAME} .desktop"
47
+ xdg-desktop-menu install " ${TMP_DIR} /${RESOURCE_NAME} .desktop"
49
48
50
49
# Create icon on the desktop
51
- xdg-desktop-icon install --mode 755 " ${TMP_DIR} /${RESOURCE_NAME} .desktop"
50
+ xdg-desktop-icon install " ${TMP_DIR} /${RESOURCE_NAME} .desktop"
52
51
53
52
# Install Arduino mime type
54
53
xdg-mime install " ${SCRIPT_PATH} /lib/${RESOURCE_NAME} .xml"
You can’t perform that action at this time.
0 commit comments