Skip to content

Commit

Permalink
Fix/metadata (#15)
Browse files Browse the repository at this point in the history
* fix: Fix the metadata template

Advance the order of kicad_version_max in the json

* Update create_pcm_archive.sh

---------

Co-authored-by: jzzhuang <840064358@qq.com>
  • Loading branch information
liangtie and SYSUeric66 committed Nov 2, 2023
1 parent d683653 commit e2d52d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCM/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
{
"version": "VERSION_HERE",
"status": "testing",
"kicad_version": "6.0",
"kicad_version_max": "7.0.8",
"kicad_version": "6.0",
"download_sha256": "SHA256_HERE",
"download_size": DOWNLOAD_SIZE_HERE,
"download_url": "DOWNLOAD_URL_HERE",
"install_size": INSTALL_SIZE_HERE
}
]
}
}

0 comments on commit e2d52d9

Please sign in to comment.