Fixed scripts.

This commit is contained in:
Mike Cao 2023-08-25 15:06:47 -07:00
parent 8aaaa8dfd4
commit 35f80d9b00
4 changed files with 4 additions and 14 deletions

View file

@ -4,7 +4,7 @@ const path = require('path');
const https = require('https');
const chalk = require('chalk');
const src = path.resolve(__dirname, '../lang');
const src = path.resolve(__dirname, '../src/lang');
const dest = path.resolve(__dirname, '../public/intl/country');
const files = fs.readdirSync(src);