Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaxyz committed Mar 31, 2022
1 parent a3a4560 commit 2320433
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,25 @@
"build": "yarn electron-webpack && yarn electron-builder --dir -c.compression=store -c.mac.identity=null",
"postinstall": "patch-package"
},
"build": {
"extraMetadata": {
"main": "main.js"
},
"files": [
{
"from": "dist/main/",
"to": "./",
"filter": ["**/*"]
},
{
"from": "dist/renderer",
"to": "./",
"filter": ["**/*"]
},
"package.json",
"**/node_modules/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bartaxyz/daily-tasks.git"
Expand Down

0 comments on commit 2320433

Please sign in to comment.