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", "homepage": "https://sv.gnu.org/p/vscode-texinfo",
"repository": { "repository": {
"type": "git", "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", "icon": "assets/texinfo.png",
"devDependencies": { "devDependencies": {

View File

@ -25,7 +25,7 @@ for file in ${MD_FILES[@]}; do
tail -n +9 $file.$BACKUP_SUFFIX > $file tail -n +9 $file.$BACKUP_SUFFIX > $file
done done
json -j0 -I -e "$(cat ./scripts/package-json-cleanup.js)" -f package.json 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 for file in ${JSON_FILES[@]}; do
mv $file.$BACKUP_SUFFIX $file mv $file.$BACKUP_SUFFIX $file
done done