Skip to content

Commit

Permalink
Linux: quote install script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Sep 19, 2019
1 parent 8f02375 commit 2b42429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/dist/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ xdg_install_f() {
TMP_DIR=`mktemp --directory`

# Create *.desktop file using the existing template file
sed -e "s,<BINARY_LOCATION>,${SCRIPT_PATH}/arduino,g" \
sed -e "s,<BINARY_LOCATION>,\"${SCRIPT_PATH}/arduino\",g" \
-e "s,<ICON_NAME>,${RESOURCE_NAME},g" "${SCRIPT_PATH}/lib/desktop.template" > "${TMP_DIR}/${RESOURCE_NAME}.desktop"

# Install the icon files using name and resolutions
Expand Down

0 comments on commit 2b42429

Please sign in to comment.