fix: Use Vynte icons for installers and app icons

This commit is contained in:
2026-06-01 09:14:33 -05:00
parent 6aea8f97c6
commit 46d9887794
4 changed files with 16 additions and 4 deletions
+1
View File
@@ -153,6 +153,7 @@ function createWindow() {
alwaysOnTop: true,
skipTaskbar: true,
backgroundColor: '#191b20',
icon: resourcePath("VynteIcon.png"),
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
contextIsolation: true