diff --git a/assets/icon.icns b/assets/icon.icns new file mode 100644 index 0000000..7fc1ff2 Binary files /dev/null and b/assets/icon.icns differ diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..3f7a53c Binary files /dev/null and b/assets/icon.png differ diff --git a/src/main/index.js b/src/main/index.js index dfad217..86c83bd 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -12,6 +12,7 @@ function createWindow() { minHeight: 600, titleBarStyle: 'hiddenInset', backgroundColor: '#0f0f17', + icon: path.join(__dirname, '../../assets/icon.icns'), webPreferences: { preload: path.join(__dirname, '../preload/index.js'), contextIsolation: true,