changed support url
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
writeFileSync,
|
||||
} from 'fs'
|
||||
|
||||
const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts/`
|
||||
const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts`
|
||||
const FileUrl = name =>
|
||||
`https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/${name}.zomo.js`
|
||||
|
||||
@@ -40,7 +40,7 @@ function MetadataArgs(name) {
|
||||
grant: '',
|
||||
injectinto: '',
|
||||
downloadURL: FileUrl(name),
|
||||
supportURL: BaseUrl,
|
||||
supportURL: `${BaseUrl}/issues`,
|
||||
homepageURL: BaseUrl,
|
||||
unwrap: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user