Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
New pixel art icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmelon54 committed Jan 5, 2021
1 parent 205a664 commit 9e11b47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Binary file modified icon.ico
Binary file not shown.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "whatsappexportviewer",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "A program for viewing WhatsApp exported chats in a nice GUI with chat bubbles.",
"main": "app.js",
"scripts": {
"start": "npm run babel && electron .",
Expand All @@ -10,15 +10,21 @@
},
"build": {
"appId": "net.onpointcoding.WhatsAppExportViewer",
"buildVersion": "1",
"productName": "WhatsApp Export Viewer",
"buildVersion": "1.0.1",
"icon": "./icon.png",
"productName": "WhatsAppExportViewer",
"copyright": "Copyright © 2021 ${author}",
"mac": {
"category": "public.app-category.productivity",
"hardenedRuntime": true,
"gatekeeperAssess": false
},
"nsis": {
"artifactName": "${productName}_setup_${version}.${ext}"
},
"win": {
"target": "msi"
"icon": "./icon.ico",
"target": "nsis"
},
"linux": {
"target": [
Expand Down

0 comments on commit 9e11b47

Please sign in to comment.