Update to v0.5.2

Changelog:
- Move icons to /assets/icons folder
- Mentioned Microsoft in README.md and About Me's copyright text.
- Set overlay icon when download is started, finished and successful accordingly.
This commit is contained in:
Agampreet Singh
2022-03-20 18:50:58 +05:30
parent b4341704c6
commit 180b7917a3
14 changed files with 87 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ms-office-electron",
"version": "0.5.1",
"version": "0.5.2",
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
"main": "main.js",
"repository": {
@@ -9,9 +9,8 @@
},
"build": {
"extraFiles": [
"icon.png",
"LICENSE",
"icon2.png"
"/assets",
"LICENSE"
],
"appId": "com.agampreet.ms-office-electron",
"productName": "MS-Office-Electron",
@@ -26,7 +25,7 @@
"Type": "Application",
"Categories": "Office;"
},
"icon": "icon.png",
"icon": "./assets/icons/icon.png",
"executableName": "MS-Office-Electron",
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
"target": [
@@ -43,7 +42,7 @@
"target": [
"dmg"
],
"icon": "icon.icns"
"icon": "./assets/icons/icon.icns"
},
"nsis": {
"oneClick": false,
@@ -55,7 +54,7 @@
"target": [
"nsis"
],
"icon": "icon.ico"
"icon": "./assets/icons/icon.ico"
},
"directories": {
"output": "release"