diff --git a/package.json b/package.json index 3b4e463..d141420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "razer-macos", - "version": "0.3.6", + "version": "0.3.7", "description": "Open source color effects manager for Razer peripherals on macOS", "license": "GPL-2.0-only", "main": "src/main/index.js", @@ -76,7 +76,6 @@ { "target": "dmg", "arch": [ - "arm64", "x64" ] } diff --git a/resources/hero.png b/resources/hero.png index d8f4521..1374cf4 100644 Binary files a/resources/hero.png and b/resources/hero.png differ diff --git a/resources/icon.icns b/resources/icon.icns index 90adaa3..686f45f 100644 Binary files a/resources/icon.icns and b/resources/icon.icns differ diff --git a/screenshots/dark.png b/screenshots/dark.png index 4f05541..d1a8613 100644 Binary files a/screenshots/dark.png and b/screenshots/dark.png differ diff --git a/src/main/application.js b/src/main/application.js index 8868177..262efd2 100644 --- a/src/main/application.js +++ b/src/main/application.js @@ -96,9 +96,9 @@ export class Application { this.browserWindow = new BrowserWindow({ webPreferences: { nodeIntegration: true }, //titleBarStyle: 'hidden', - height: 1200, // This is adjusted later with window.setSize + height: 800, // This is adjusted later with window.setSize resizable: false, - width: 400, + width: 500, minWidth: 320, minHeight: 320, y: 100,