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:
@ -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.
|
||||
|
Reference in New Issue
Block a user