Electron Builderを使用してElectronアプリにアイコンを追加できない
Electronでアプリを作成し、Electron Builderでパッケージ化しようとしています。 リポジトリへのリンク node_modulesフォルダーが含まれていません:ここにリポジトリ 私のicon.icoを含むbuildという名前のフォルダーがあり、package.jsonは次のとおりです。 { "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 .", "pack": "electron-builder --dir", "dist": "electron-builder" }, "devDependencies": { "electron": …