From 9f85d0ad93b18b1e77822c6cd20dee15eba80160 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 29 Sep 2025 16:33:59 +0200 Subject: [PATCH] chore: refac readme and package.json --- .gitea/workflows/action-release.yaml | 34 +++++++++++----------- .gitignore | 10 ++----- README.md | 43 ++-------------------------- package.json | 3 +- 4 files changed, 22 insertions(+), 68 deletions(-) diff --git a/.gitea/workflows/action-release.yaml b/.gitea/workflows/action-release.yaml index 44d54e3..f3f20e5 100644 --- a/.gitea/workflows/action-release.yaml +++ b/.gitea/workflows/action-release.yaml @@ -9,6 +9,7 @@ on: - '*' env: + DEBIAN_FRONTEND: "noninteractive" VERSION: "v0.1.0" YARN_URL: "https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js" @@ -40,6 +41,7 @@ jobs: dpkg \ flatpak \ flatpak-builder \ + fuse3 \ rpm \ libglib2.0-dev \ wget \ @@ -59,20 +61,18 @@ jobs: run: | yarn build -# DEBUG=* yarn build - - - name: Release - uses: akkuman/gitea-release-action@v1 - if: github.ref_type == 'tag' - with: - files: | - ./release/*.deb - ./release/*.rpm - ./release/*.flatpak - ./release/latest-linux.yml - server_url: ${{ gitea.server_url }} - token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }} - repository: "DaanSelen/ms365-electron-sandbox" - tag_name: "${{ env.VERSION }}" - name: "${{ env.VERSION }}" - sha256sum: true +# - name: Release +# uses: akkuman/gitea-release-action@v1 +# if: github.ref_type == 'tag' +# with: +# files: | +# ./release/*.deb +# ./release/*.rpm +# ./release/*.flatpak +# ./release/latest-linux.yml +# server_url: ${{ gitea.server_url }} +# token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }} +# repository: "DaanSelen/ms365-electron-sandbox" +# tag_name: "${{ env.VERSION }}" +# name: "${{ env.VERSION }}" +# sha256sum: true diff --git a/.gitignore b/.gitignore index 33b9999..484f01a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,6 @@ .DS_Store flatpak-node-generator.py generated-sources.json -.yarn/* +.yarn/ package-lock.json -!.yarn/cache -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/sdks -!.yarn/versions -.vscode +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 386f63a..ca8d57d 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,3 @@ -

- - - - - - - - - - - - - - - - - - -

- # Table of contents - [Table of contents](#table-of-contents) @@ -38,7 +17,6 @@ - [Installation on Arch Linux based distributions](#installation-on-arch-linux-based-distributions) - [Installation on Void Linux](#installation-on-void-linux) - [Maintained by: @xHyroM](#maintained-by-xhyrom) - - [Installation on Gentoo Linux (Unmaintained)](#installation-on-gentoo-linux-unmaintained) - [💻 Developing Locally](#-developing-locally) - [📃 MIT License](#-mit-license) @@ -60,9 +38,8 @@ Supported Platforms 4. Red Hat Linux/Fedora based distributions (RPM File) 5. Arch Linux based distributions (Uploaded on AUR) 6. Void Linux (Maintained by: [@xHyroM](https://github.com/xHyroM)) -7. Gentoo Linux (Unofficial overlay) **[MAINTAINER NEEDED]** -8. All Distributions supporting AppImage (AppImage File); and -9. All Distributions supporting Snap (Uploaded on Snap Store) +7. All Distributions supporting AppImage (AppImage File); and +8. All Distributions supporting Snap (Uploaded on Snap Store) # List of Features @@ -185,22 +162,6 @@ For Installing in Red Hat/Fedora based distribution :- sudo xbps-install -S ms-365-electron ``` -### Installation on Gentoo Linux (Unmaintained) - -_Maintainer needed_ - -1. This is supported by an ebuild uploaded on my unofficial overlay. First, enable the overlay on your system: - - ```bash - eselect repository add agam778-overlay git https://github.com/agam778/agam778-overlay.git - emaint sync -r agam778-overlay - ``` -2. Now, install the package: - - ```bash - sudo emerge -a ms-office-electron - ``` - # 💻 Developing Locally To build the app locally:
Run the following commands to clone the repository and install the dependencies diff --git a/package.json b/package.json index 29a5356..f81302a 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,7 @@ "maintainer": "Daan Selen ", "target": [ "deb", - "rpm", - "flatpak" + "rpm" ] }, "directories": {