Files
PeojectTWT/WordDictationStudentApp/pkg-entry.js

6 lines
159 B
JavaScript
Raw Normal View History

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