Skip to content

Commit

Permalink
install electron auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdadl committed Apr 14, 2021
1 parent 52529d6 commit 7d0b570
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 33 deletions.
117 changes: 86 additions & 31 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
"electron:start": "npm run build && electron ./",
"electron:pack": "npm run build && electron-builder build --dir",
"electron:build-windows": "npm run build && electron-builder build --windows",
"electron:build-linux": "npm run build && electron-builder build --linux",
"electron:build-mac": "npm run build && electron-builder build --mac"
},
"dependencies": {
"@capacitor-community/electron": "^1.3.1",
"@types/fs-extra": "^9.0.7"
"@types/fs-extra": "^9.0.7",
"electron-updater": "^4.3.8"
},
"devDependencies": {
"electron": "~10.3.1",
Expand All @@ -29,7 +31,8 @@
"url": "http://abo3adel.github.io/"
},
"repository": {
"url": "https://github.com/abo3adel/myazkar"
"type": "git",
"url": "https://github.com/abo3adel/myazkar.git"
},
"license": "MIT",
"build": {
Expand Down

0 comments on commit 7d0b570

Please sign in to comment.