同步模板维护脚本的资源路径
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const configPath = path.join(__dirname, '../electron/resources/extra/common/config/system-templates.json');
|
||||
const configPath = path.join(__dirname, '../packaging/resources/common/config/system-templates.json');
|
||||
|
||||
console.log('📖 读取配置文件:', configPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user