File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "websiteURL" : "https://spacehuhn.tech" ,
2323 "email" : "support@spacehuhn.tech" ,
2424 "help" : {
25- "online" : f"https://github.com/spacehuhntech/arduino { project } " ,
25+ "online" : f"https://github.com/spacehuhntech" ,
2626 },
2727 "platforms" : [],
2828 "tools" : [],
3434
3535 if path .exists (platform_file ):
3636 with open (platform_file ) as f :
37- project_json ["platforms" ]. append ( json .load (f ) )
37+ project_json ["platforms" ] = json .load (f )
3838
3939 # Tools
4040 tools_file = f"{ project } /{ package } /tools.json"
Original file line number Diff line number Diff line change 5252template_json ["version" ] = version
5353template_json ["url" ] = link
5454template_json ["archiveFileName" ] = zip_file
55- template_json ["checksum" ] = zip_hash
55+ template_json ["checksum" ] = f"SHA-256: { zip_hash } "
5656template_json ["size" ] = zip_size
5757
5858platform_json .append (template_json )
You can’t perform that action at this time.
0 commit comments