-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add About Window, improved some text, added bug link (#196)
- Loading branch information
1 parent
2928fbe
commit 9543424
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"productName": "Prospect Mail", | ||
"version": "0.4.0-beta", | ||
"main": "src/main.js", | ||
"description": "Prospect Mail is an Outlook Electron desktop application for the new design", | ||
"description": "Unofficial desktop client for Microsoft Outlook", | ||
"homepage": "https://github.com/julian-alarcon/prospect-mail", | ||
"keywords": [ | ||
"Electron", | ||
|
@@ -16,6 +16,9 @@ | |
"type": "git", | ||
"url": "git+ssh://github.com/julian-alarcon/prospect-mail" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/julian-alarcon/prospect-mail/issues" | ||
}, | ||
"author": { | ||
"name": "Julian Alarcon", | ||
"email": "[email protected]", | ||
|
@@ -27,7 +30,7 @@ | |
"yarn": "^1.22.15" | ||
}, | ||
"scripts": { | ||
"start": "electron src/main.js", | ||
"start": "electron .", | ||
"pack": "electron-builder --dir", | ||
"dist:linux": "electron-builder --linux", | ||
"dist:linux:appimage": "electron-builder --linux AppImage", | ||
|
@@ -41,7 +44,8 @@ | |
}, | ||
"dependencies": { | ||
"electron-debug": "^3.2.0", | ||
"electron-settings": "^4.0.2" | ||
"electron-settings": "^4.0.2", | ||
"about-window": "^1.15.2" | ||
}, | ||
"devDependencies": { | ||
"electron": "^16.0.2", | ||
|
@@ -57,7 +61,7 @@ | |
"icon": "build/icons/512x512.png", | ||
"desktop": { | ||
"Name": "Prospect Mail", | ||
"Comment": "Unofficial client for Microsoft Outlook", | ||
"Comment": "Unofficial desktop client for Microsoft Outlook", | ||
"StartupWMClass": "prospect-mail" | ||
}, | ||
"target": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters