Skip to content

Commit bd49219

Browse files
artynetcmaglie
authored andcommitted
fixing RESOURCE_NAME for linux install.sh script
1 parent 5f51e05 commit bd49219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# If called with the "-u" option, it will undo the changes.
77

88
# Resource name to use (including vendor prefix)
9-
RESOURCE_NAME=cc.arduino.arduinoide
9+
RESOURCE_NAME=arduino-arduinoide
1010

1111
# Get absolute path from which this script file was executed
1212
# (Could be changed to "pwd -P" to resolve symlinks to their target)

0 commit comments

Comments
 (0)