-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit cbb9d19
Always set the versioned runtime.tool property for all installed tools (#1106)
For example if we have bossac 1.7.1 and 1.9.0 installed, this will
result in the following properties available during upload:
{runtime.tools.bossac-1.7.0-arduino3.path} => /path/to/bossac/1.7.0
{runtime.tools.bossac-1.9.0-arduino3.path} => /path/to/bossac/1.9.0
{runtime.tools.bossac.path} => /path/to/bossac/1.9.0
some platforms fails to correctly specify the version of the tool in the
package_index.json but they do the correct specification in the recipes.
This patch allows to not fail in this latter case.1 parent e20cbc1 commit cbb9d19
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 | + | ||
217 | + | ||
218 | + | ||
216 | 219 |
| |
217 | 220 |
| |
218 | 221 |
| |
|
0 commit comments