Update git repo URL.

This commit is contained in:
CismonX 2021-04-12 20:06:11 +08:00
parent 8be7d243d0
commit 523ba13259
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"homepage": "https://sv.gnu.org/p/vscode-texinfo",
"repository": {
"type": "git",
"url": "https://git.sv.gnu.org/cgit/vscode-texinfo.git/tree"
"url": "https://git.sv.gnu.org/cgit/vscode-texinfo.git"
},
"icon": "assets/texinfo.png",
"devDependencies": {

View File

@ -25,7 +25,7 @@ for file in ${MD_FILES[@]}; do
tail -n +9 $file.$BACKUP_SUFFIX > $file
done
json -j0 -I -e "$(cat ./scripts/package-json-cleanup.js)" -f package.json
vsce package --baseContentUrl=$(json -f package.json repository.url)
vsce package --baseContentUrl=$(json -f package.json repository.url)/tree
for file in ${JSON_FILES[@]}; do
mv $file.$BACKUP_SUFFIX $file
done