We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dbec5 commit 06fd5ceCopy full SHA for 06fd5ce
meta.js
@@ -6,7 +6,7 @@ import { readFileSync } from 'fs';
6
const package_meta = JSON.parse(readFileSync('./package.json').toString());
7
8
const releasePath =
9
- 'https://github.com/Mr-Python-in-China-lg-admin-extend/releases/latest/download/lg-admin-extend.user.js';
+ 'https://github.com/Mr-Python-in-China/lg-admin-extend/releases/latest/download/lg-admin-extend.user.js';
10
11
/** @type {import("webpack-monkey").Meta} */
12
const meta = {
0 commit comments