electron icons (#3613)

* Add back in app icons that got wiped from Tauri version of the app
#3526

* linux

* windows icon size

* clean up
This commit is contained in:
Kurt Hutten
2024-08-22 17:51:18 +10:00
committed by GitHub
parent 37a1208924
commit bbabf04ba6
6 changed files with 18 additions and 3 deletions

View File

@ -34,6 +34,7 @@ const createWindow = () => {
sandbox: false, // expose nodejs in preload
preload: path.join(__dirname, './preload.js'),
},
icon: path.resolve(process.cwd(), 'assets', 'icon.png'),
})
// and load the index.html of the app.