Skip to content

[packages] fix nes name#1982

Closed
supperthomas wants to merge 1 commit intomasterfrom
fix/nes
Closed

[packages] fix nes name#1982
supperthomas wants to merge 1 commit intomasterfrom
fix/nes

Conversation

@supperthomas
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the RT-Thread Packages index metadata for the peripherals/nes package, aiming to correct the archive filename values so the tooling stores downloads under the expected name.

该 PR 更新了 peripherals/nes 软件包的索引元数据,目标是修正 filename 字段,使工具链以期望的名称保存下载文件。

Changes:

  • Update the v1.0.0 archive filename to nes_infones-v1.0.0.zip
  • Update the latest entry filename to nes_infones.zip

Comment on lines 22 to 26
"version": "v1.0.0",
"URL": "https://github.com/Ghazigq/nes_infones/archive/v1.0.0.zip",
"filename": "nes-v1.0.0.zip"
"filename": "nes_infones-v1.0.0.zip"
},
{
Comment on lines 27 to 31
"version": "latest",
"URL": "https://github.com/Ghazigq/nes_infones.git",
"filename": "nes.zip",
"filename": "nes_infones.zip",
"VER_SHA": "master"
}
Comment on lines 21 to 25
{
"version": "v1.0.0",
"URL": "https://github.com/Ghazigq/nes_infones/archive/v1.0.0.zip",
"filename": "nes-v1.0.0.zip"
"filename": "nes_infones-v1.0.0.zip"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants