问题 I have made an app with Electron and am trying to package it with Electron Builder. Link to repository Does not contain node_modules folder: Repo here I have a folder named build with my icon.ico in it and my package.json is as follows: { "name": "attendant", "productName": "Attendant", "version": "0.1.0", "description": "A simple app to streamline web development by allowing you index.html to open on a live server in the default browser", "main": "main.js", "scripts": { "start": "electron ."