fix(plugins/community/splatoon): script link

This commit is contained in:
lowlighter
2022-11-21 19:18:34 -05:00
parent 3a0b312bac
commit ccc0a82fbe

View File

@@ -21,7 +21,7 @@ const allowed = {
files:["profile.json", "profile.json.swap", "cache", "export"], files:["profile.json", "profile.json.swap", "cache", "export"],
net:["api.imink.app", "accounts.nintendo.com", "api.accounts.nintendo.com", "api-lp1.znc.srv.nintendo.net", "api.lp1.av5ja.srv.nintendo.net"] net:["api.imink.app", "accounts.nintendo.com", "api.accounts.nintendo.com", "api-lp1.znc.srv.nintendo.net", "api.lp1.av5ja.srv.nintendo.net"]
} }
const script = import.meta.resolve("./s3si/index.ts") const script = "https://raw.githubusercontent.com/lowlighter/metrics/master/source/plugins/community/splatoon/s3si/index.ts"
const args = [ const args = [
"run", "--no-prompt", "--cached-only", "--no-remote", "run", "--no-prompt", "--cached-only", "--no-remote",
`--allow-read="${allowed.files}"`, `--allow-read="${allowed.files}"`,