Skip to content

Commit 06fd5ce

Browse files
修改错误的 releasePath
1 parent 31dbec5 commit 06fd5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { readFileSync } from 'fs';
66
const package_meta = JSON.parse(readFileSync('./package.json').toString());
77

88
const releasePath =
9-
'https://github.com/Mr-Python-in-China-lg-admin-extend/releases/latest/download/lg-admin-extend.user.js';
9+
'https://github.com/Mr-Python-in-China/lg-admin-extend/releases/latest/download/lg-admin-extend.user.js';
1010

1111
/** @type {import("webpack-monkey").Meta} */
1212
const meta = {

0 commit comments

Comments
 (0)