From 80fdd3817d195a88a5b071291190816d0d3dc94c Mon Sep 17 00:00:00 2001 From: Agyei Masters Date: Thu, 6 Apr 2017 23:38:11 -0500 Subject: [PATCH] Resource Name fix --- build/linux/dist/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/dist/install.sh b/build/linux/dist/install.sh index 141fe52bf86..ca7b699dbd7 100755 --- a/build/linux/dist/install.sh +++ b/build/linux/dist/install.sh @@ -6,7 +6,7 @@ # If called with the "-u" option, it will undo the changes. # Resource name to use (including vendor prefix) -RESOURCE_NAME=cc.arduino.arduinoide +RESOURCE_NAME=arduino-arduinoide # Get absolute path from which this script file was executed # (Could be changed to "pwd -P" to resolve symlinks to their target)