Added logger, shows dialog when download is completed, and shows a right click menu just like in a browser

v0.4.0

Added logger, shows dialog when download is completed, and shows a right click menu just like in a browser

Fix build.sh

Update build.sh
This commit is contained in:
Agampreet Singh
2021-11-11 12:06:45 +05:30
parent 5af35e490d
commit ee1aee9cbf
5 changed files with 248 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ms-office-electron",
"version": "0.3.7",
"version": "0.4.0",
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
"main": "main.js",
"repository": {
@@ -26,7 +26,7 @@
"Categories": "Office;"
},
"icon": "icon.png",
"artifactName": "MS-Office-Electron-Setup-${version}-x86_64.${ext}",
"artifactName": "ms-office-electron-setup-${version}-${arch}.${ext}",
"executableName": "MS-Office-Electron",
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
"target": [
@@ -50,7 +50,7 @@
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"license": "license.txt",
"artifactName": "MS-Office-Electron-Setup-${version}-x86_64.${ext}"
"artifactName": "ms-office-electron-setup-${version}-${arch}.${ext}"
},
"win": {
"target": [
@@ -74,12 +74,15 @@
},
"license": "MIT",
"devDependencies": {
"electron": "^15.3.0",
"electron-builder": "^22.13.1"
"electron": "^15.x.x",
"electron-builder": "^22.x.x"
},
"dependencies": {
"about-window": "^1.15.2",
"electron-updater": "^4.3.9",
"is-online": "^9.0.1"
"about-window": "^1.x.x",
"electron-context-menu": "^3.x.x",
"electron-dl": "^3.x.x",
"electron-log": "^4.4.1",
"electron-updater": "^4.x.x",
"is-online": "^9.x.x"
}
}