We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4091eb commit 9fdb490Copy full SHA for 9fdb490
1 file changed
dist/index.js
@@ -13199,7 +13199,7 @@ const run = async () => {
13199
// update readme
13200
console.log('Update README.md...');
13201
const readme = fs.readFileSync('./README.md').toString();
13202
- const link = `https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2F${owner}%2F${repo}%2Freleases%2Fdownload%2Fv${version}%2Fblocklet.json`;
+ const link = `https://install.arcblock.io/launch?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2F${owner}%2F${repo}%2Freleases%2Fdownload%2Fv${version}%2Fblocklet.json`;
13203
const regex = /download%2Fv(\d+\.\d+\.\d+)%2Fblocklet\.json/;
13204
let newReadme;
13205
const paragraph = `## Launch on Blocklet Server
0 commit comments