openblockcc / openblock-desktop

Graphic programming software for hardware like: arduino, microbit, esp32, esp8266...
MIT License
249 stars 106 forks source link

Can't able modify external-resource. #61

Closed ircbloqcc closed 2 years ago

ircbloqcc commented 2 years ago

In previous version openblock, if i try to add some extension means it will work. but in new version, its not opening. if this is the feature means how can i add third party extension? how to check that?

Screenshot 2022-03-12 134901

zhengyangliu commented 2 years ago

Follow the config file format in the official extension. Just delete the sha256 to skip the checksum step. I'll update the wiki later detailing this.

zhengyangliu commented 2 years ago

Like this, Because you don't need to consider the update in China, so just keep these.

{
    "updater": {
        "default": {
            "provider": "github",
            "repo": "openblockcc/external-resources-v2"
        }
    },
    "version": "0.0.2"
}
ircbloqcc commented 2 years ago

cool... working..