Skip to content

Commit

Permalink
When we are building our own package index file, the packager needs t…
Browse files Browse the repository at this point in the history
…o point to our own name
  • Loading branch information
obra committed Nov 11, 2024
1 parent cd26958 commit 1497782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/build-arduino-package
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ my $platforms_template_json = <<EOF;
],
"toolsDependencies": [
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "arm-none-eabi-gcc",
"version": "9-2019q4"
},
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "nrfjprog",
"version": "9.4.0"
},
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "CMSIS",
"version": "5.7.0"
},
Expand Down

0 comments on commit 1497782

Please sign in to comment.