Skip to content

Commit

Permalink
add desctop icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdadl committed Apr 14, 2021
1 parent ed6b97e commit 52529d6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,19 @@
"capacitor",
"electron"
],
"author": "",
"author": {
"name": "Ahmed Adel (NinjaCoder)",
"email": "abo3adel35@gmail.com",
"url": "http://abo3adel.github.io/"
},
"repository": {
"url": "https://github.com/abo3adel/myazkar"
},
"license": "MIT",
"build": {
"appId": "com.example.capacitor-app",
"productName": "Capacitor App",
"appId": "com.ninjacoder.azkary",
"productName": "Azkary",
"copyright": "Copyright © 2021 ${author}",
"files": [
"assets/*",
"build/*",
Expand All @@ -43,7 +51,7 @@
},
"win": {
"target": "nsis",
"icon": "appIcon.ico"
"icon": "appIcon.png"
}
}
}

0 comments on commit 52529d6

Please sign in to comment.