mirror of
https://github.com/keyboardio/Kaleidoscope.git
synced 2025-12-12 20:35:54 +01:00
When we are building our own package index file, the packager needs to point to our own name
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user