Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
1kc committed Mar 9, 2021
1 parent deee388 commit 79e64c6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -76,7 +76,6 @@
{
"target": "dmg",
"arch": [
"arm64",
"x64"
]
}
Expand Down
Binary file modified resources/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icon.icns
Binary file not shown.
Binary file modified screenshots/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79e64c6

Please sign in to comment.