同步模板维护脚本的资源路径
This commit is contained in:
@@ -6,7 +6,7 @@ const historicalFile = path.join(__dirname, '../electron/config/default-subtitle
|
||||
const historical = JSON.parse(fs.readFileSync(historicalFile, 'utf-8'));
|
||||
|
||||
// 读取当前配置
|
||||
const currentFile = path.join(__dirname, '../electron/resources/extra/common/config/system-templates.json');
|
||||
const currentFile = path.join(__dirname, '../packaging/resources/common/config/system-templates.json');
|
||||
const current = JSON.parse(fs.readFileSync(currentFile, 'utf-8'));
|
||||
|
||||
console.log('=== 历史配置 vs 当前配置对比 ===\n');
|
||||
|
||||
Reference in New Issue
Block a user