Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Jun 2, 2020
1 parent 227d0f6 commit 2a68819
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 34 deletions.
Binary file removed icon.icns
Binary file not shown.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Soulmate",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/electron.js",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -44,13 +44,16 @@
"build": "yarn react-build && yarn electron-build"
},
"build": {
"directories": {
"buildResources": "assets"
},
"appId": "com.elliottkember.soulmate",
"files": [
"src/icon.icns",
"src/icon.png",
"src/electron.js",
"src/preload.js",
"build/**/*",
"icon.icns"
"build/**/*"
]
}
}
Binary file added src/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
width: 900,
height: 680,
icon: __dirname + '/AppIcon.icns',
// icon: __dirname + '/icon.icns',
webPreferences: {
nodeIntegration: true,
webSecurity: false,
Expand Down
Loading

0 comments on commit 2a68819

Please sign in to comment.