// pkg-entry.js const { app } = require('electron'); const path = require('path'); // 确保能加载你的主进程 require(path.join(__dirname, 'main.js'));