mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml test Remove setup git token fix again trial Fix trial testing again Revert some things Hope it works now :) Update build.yml revert changes
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"name": "ms-office-electron",
|
|
"version": "0.3.7",
|
|
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/agam778/MS-Office-Electron.git"
|
|
},
|
|
"build": {
|
|
"extraFiles": [
|
|
"icon.png",
|
|
"license.txt",
|
|
"icon2.png"
|
|
],
|
|
"appId": "com.agampreet.ms-office-electron",
|
|
"productName": "MS-Office-Electron",
|
|
"linux": {
|
|
"category": "Office",
|
|
"desktop": {
|
|
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"Name": "MS Office - Electron",
|
|
"StartupNotify": "true",
|
|
"Terminal": "false",
|
|
"Type": "Application",
|
|
"Categories": "Office;"
|
|
},
|
|
"icon": "icon.png",
|
|
"artifactName": "MS-Office-Electron-Setup-${version}-x86_64.${ext}",
|
|
"executableName": "MS-Office-Electron",
|
|
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
|
"target": [
|
|
"deb",
|
|
"rpm",
|
|
"AppImage"
|
|
]
|
|
},
|
|
"deb": {
|
|
"compression": "bzip2"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.office",
|
|
"target": [
|
|
"dmg"
|
|
],
|
|
"icon": "icon.icns"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": false,
|
|
"license": "license.txt",
|
|
"artifactName": "MS-Office-Electron-Setup-${version}-x86_64.${ext}"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "icon.ico"
|
|
},
|
|
"directories": {
|
|
"output": "release"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder"
|
|
},
|
|
"author": {
|
|
"name": "Agampreet Singh",
|
|
"email": "agam778@zohomail.in",
|
|
"url": "https://agam778.is-a.dev/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^15.3.0",
|
|
"electron-builder": "^22.13.1"
|
|
},
|
|
"dependencies": {
|
|
"about-window": "^1.15.2",
|
|
"electron-updater": "^4.3.9",
|
|
"is-online": "^9.0.1"
|
|
}
|
|
}
|