同步模板维护脚本的资源路径
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const jsonFilePath = path.join(__dirname, '../electron/resources/extra/common/config/system-templates.json');
|
||||
const jsonFilePath = path.join(__dirname, '../packaging/resources/common/config/system-templates.json');
|
||||
const data = JSON.parse(fs.readFileSync(jsonFilePath, 'utf-8'));
|
||||
|
||||
console.log('验证字幕模板配置:\n');
|
||||
|
||||
Reference in New Issue
Block a user