diff --git a/bin/download-flash-cn.mjs b/bin/download-flash-cn.mjs index d7d2dc27..52e7026d 100755 --- a/bin/download-flash-cn.mjs +++ b/bin/download-flash-cn.mjs @@ -23,7 +23,7 @@ import { } from '../util/ia.mjs'; import {Progress} from '../util/tui.mjs'; import {getUserAgent} from '../util/ff.mjs'; -import {downloads} from '../util/flashcn.mjs'; +import {downloads} from '../util/flcn.mjs'; import {backup} from '../util/backup.mjs'; async function main() { diff --git a/bin/newest-flash-cn.mjs b/bin/newest-flash-cn.mjs index 07172e23..e3ce3113 100755 --- a/bin/newest-flash-cn.mjs +++ b/bin/newest-flash-cn.mjs @@ -4,7 +4,7 @@ import {read as packaged} from '../util/packages.mjs'; import {retry, walk} from '../util/util.mjs'; import {queue} from '../util/queue.mjs'; import {getUserAgent} from '../util/ff.mjs'; -import {downloads} from '../util/flashcn.mjs'; +import {downloads} from '../util/flcn.mjs'; async function main() { // eslint-disable-next-line no-process-env diff --git a/util/flashcn.mjs b/util/flcn.mjs similarity index 100% rename from util/flashcn.mjs rename to util/flcn.mjs