Compare commits

...

6 Commits

Author SHA1 Message Date
Agampreet Singh
bb9f13a0bc Update to v0.7.2 2022-05-20 16:52:39 +05:30
Agampreet Singh
e800be509d Remove genicon and Update files 2022-05-20 16:33:53 +05:30
dependabot[bot]
c492241e6d Bump electron from 18.2.3 to 18.2.4 (#34)
* Update README.md

* Bump electron from 18.2.3 to 18.2.4

Bumps [electron](https://github.com/electron/electron) from 18.2.3 to 18.2.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v18.2.3...v18.2.4)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Agampreet Singh <68941022+agam778@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-19 17:36:13 +05:30
Agampreet Singh
375cd03901 Update README.md 2022-05-19 17:32:43 +05:30
Agampreet Singh
bd4454334c Now supports snap 2022-05-14 15:29:37 +05:30
Agampreet Singh
89668ce6b6 Update yarn.lock 2022-05-13 18:08:48 +05:30
16 changed files with 63 additions and 1381 deletions

View File

@@ -23,5 +23,5 @@ jobs:
run: |
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
yarn install
yarn dist
yarn dist -c.snap.publish=github
shell: bash

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
/.idea/
/release/
.DS_Store
/assets/generated
flatpak-node-generator.py
generated-sources.json

View File

@@ -96,6 +96,10 @@ For Installing this app on Mac :-
## 💿 Linux Installation
<a href="https://snapcraft.io/ms-office-electron">
<img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
</a>
### Ubuntu/Debian based distribution installation
For Installing in Ubuntu/Debian based distribution :-
@@ -156,17 +160,15 @@ yarn install
```bash
$ yarn run
yarn run v1.22.18
info Commands available from binary scripts: asar, dircompare, ejs, electron, electron-builder, electron-icon-maker, electron-osx-flat, electron-osx-sign, extract-zip, icon-gen, install-app-deps, is-ci, jake, js-yaml, json5, mime, mkdirp, phantomjs, pixelmatch, rc, resolve, rimraf, semver, sshpk-conv, sshpk-sign, sshpk-verify, svg2png, uuid, which
info Commands available from binary scripts: asar, dircompare, ejs, electron, electron-builder, electron-osx-flat, electron-osx-sign, extract-zip, install-app-deps, is-ci, jake, js-yaml, json5, mime, mkdirp, node-which, rc, rimraf, semver
info Project commands
- dist
yarn genicon && electron-builder
- genicon
rm -rf ./assets/generated && electron-icon-maker --input=assets/icon.png --output=assets/generated
electron-builder
- pack
yarn genicon && electron-builder --dir
electron-builder --dir
- start
electron .
question Which command would you like to run?:
question Which command would you like to run?:
```
To start the app, run `yarn start`<br>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

View File

@@ -1,6 +1,6 @@
{
"name": "ms-office-electron",
"version": "0.7.0",
"version": "0.7.2",
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
"main": "main.js",
"repository": {
@@ -46,9 +46,11 @@
"executableName": "ms-office-electron",
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
"target": [
"snap",
"deb",
"rpm",
"AppImage"
"AppImage",
"tar.gz"
]
},
"directories": {
@@ -57,13 +59,12 @@
},
"scripts": {
"start": "electron .",
"genicon": "rm -rf ./assets/generated && electron-icon-maker --input=assets/icon.png --output=assets/generated",
"pack": "yarn genicon && electron-builder --dir",
"dist": "yarn genicon && electron-builder"
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"license": "MIT",
"devDependencies": {
"electron": "^18.2.3",
"electron": "^18.2.4",
"electron-builder": "^23.0.3"
},
"dependencies": {
@@ -72,7 +73,6 @@
"discord-rpc": "^4.0.1",
"electron-context-menu": "^3.1.1",
"electron-dl": "^3.3.1",
"electron-icon-maker": "0.0.5",
"electron-log": "^4.4.7",
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",

1411
yarn.lock

File diff suppressed because it is too large Load Diff