Skip to content

Commit

Permalink
Fixed issue #56 (#58)
Browse files Browse the repository at this point in the history
* Fixed issue #56

* Change to package.json needed for the previous commit

* Update package-lock.json

* Removed unnecessary entry in pacage.json build.files

* Updated package.json

* Updated package.json
rolandbernard authored Jul 22, 2020
1 parent f8e07a7 commit f73938c
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ function createWindow () {
height: 900,
minWidth: 800,
minHeight: 640,
icon: process.platform === 'linux' && path.join(__dirname, '/images/appicon.png'),
icon: process.platform === 'linux' && path.join(__dirname, '/build/icon.png'),
webPreferences: {
nodeIntegration: true
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -31,6 +31,12 @@
"build": {
"appId": "com.glyphrstudio.desktop",
"productName": "Glyphr Studio",
"files": [
"build/*",
"main.js",
"renderer.*",
"package.json"
],
"mac": {
"category": "public.app-category.graphics-design"
},

0 comments on commit f73938c

Please sign in to comment.