We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f02375 commit 2b42429Copy full SHA for 2b42429
build/linux/dist/install.sh
@@ -29,7 +29,7 @@ xdg_install_f() {
29
TMP_DIR=`mktemp --directory`
30
31
# Create *.desktop file using the existing template file
32
- sed -e "s,<BINARY_LOCATION>,${SCRIPT_PATH}/arduino,g" \
+ sed -e "s,<BINARY_LOCATION>,\"${SCRIPT_PATH}/arduino\",g" \
33
-e "s,<ICON_NAME>,${RESOURCE_NAME},g" "${SCRIPT_PATH}/lib/desktop.template" > "${TMP_DIR}/${RESOURCE_NAME}.desktop"
34
35
# Install the icon files using name and resolutions
0 commit comments