Skip to content

Commit

Permalink
Use tiff to support retina display
Browse files Browse the repository at this point in the history
Set the window size manually to avoid the logo overflowing
  • Loading branch information
hellais committed Nov 26, 2019
1 parent bd5b180 commit 05c93ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file removed build/background.png
Binary file not shown.
Binary file added build/background.tiff
Binary file not shown.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,18 @@
]
},
"dmg": {
"background": "build/background.png",
"sign": false
"background": "build/background.tiff",
"sign": false,
"window": {
"width": 540,
"height": 400
}
},
"mac": {
"publish": [
"github"
],
"target": "dmg",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build/entitlements.mac.inherit.plist",
Expand Down

0 comments on commit 05c93ba

Please sign in to comment.