From 69dee64ff9766101f51724f92417b1623c8f62e6 Mon Sep 17 00:00:00 2001
From: Daan Selen
Date: Fri, 26 Sep 2025 11:34:17 +0200
Subject: [PATCH] chore: update links - hopefully nothing breaks
---
README.md | 32 +++++++++----------
app/config/menu.js | 4 +--
app/config/utils.js | 4 +--
...ithub.agam778.MS-365-Electron.metainfo.xml | 4 +--
docs/index.html | 4 +--
docs/index.js | 2 +-
docs/loading/index.html | 2 +-
7 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index b137e5b..b3eda0b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
Thanks to @NextWorksGFX for this amazing banner!
Unofficial Microsoft 365 Web Desktop Wrapper made with Electron
@@ -9,17 +9,17 @@
-
+
-
+
-
+
-
-
+
+
@@ -73,7 +73,7 @@ Supported Platforms
- Discord RPC
- Dynamic Icons:
- For macOS: App's icon in dock changes according to the app you've opened [[Preview]](https://github-production-user-asset-6210df.s3.amazonaws.com/68941022/245203309-3d0dfc1b-02e9-43a8-85d7-9493a2b86b56.mp4)
- - For Windows: Sets overlay icon [[Preview]](https://github.com/agam778/MS-365-Electron/assets/68941022/791b661b-2b7d-43a6-96df-ee9c30c9b18a)
+ - For Windows: Sets overlay icon [[Preview]](https://DaanSelen/MS-365-Electron/assets/68941022/791b661b-2b7d-43a6-96df-ee9c30c9b18a)
- For Linux: Nothing, yet
- Block Ads and Trackers within the app, preventing ads in websites like Outlook
- Directly open apps from the menu
@@ -88,7 +88,7 @@ Supported Platforms
For Installing this app on Windows:
-1) Visit the [Releases](https://github.com/agam778/MS-365-Electron/releases) page
+1) Visit the [Releases](https://DaanSelen/MS-365-Electron/releases) page
2) Scroll down and click the `MS-365-Electron-vx.x.x-win-x64.exe` file. The Setup file will start downloading.
3) After it downloads, click on the file and proceed with the Installation. You can choose whether to install for only you or all the users on the PC. You can always start the app from Start Menu or from the Desktop Shortcut.
@@ -96,8 +96,8 @@ For Installing this app on Windows:
Click to expand
-
-
+
+
# macOS
@@ -106,7 +106,7 @@ For Installing this app on Windows:
For Installing this app on Mac :-
-1. Visit the [Releases](https://github.com/agam778/MS-365-Electron/releases) page
+1. Visit the [Releases](https://DaanSelen/MS-365-Electron/releases) page
2. Scroll down and click the `.dmg` file (according to your system architecture).
3. After it downloads, click on the file and mount it on your system. Now drag my app to the Applications Folder (There will be a shortcut in the opened window too) and your app will be installed. Open from Launchpad and enjoy.
@@ -114,12 +114,12 @@ For Installing this app on Mac :-
Click to expand
-
+
## ⚠️ Unable to launch the app
As MS-365-Electron is not signed, you might face this error:
-
+
- For Intel Macs: Open the "Applications" Folder in Finder, right click "MS-365-Electron" and then click Open
- For M series Macs:
- Make sure you have placed the app in Applications
@@ -138,7 +138,7 @@ As MS-365-Electron is not signed, you might face this error:
For Installing in Ubuntu/Debian based distribution :-
-1) Visit the [Releases](https://github.com/agam778/MS-365-Electron/releases) page
+1) Visit the [Releases](https://DaanSelen/MS-365-Electron/releases) page
2) Scroll down and click the `.deb` file to download it.
3) Then run the deb file and click Install to install the App. Launch it from the Applications Menu.
@@ -146,7 +146,7 @@ For Installing in Ubuntu/Debian based distribution :-
For Installing in Red Hat/Fedora based distribution :-
-1) Visit the [Releases](https://github.com/agam778/MS-365-Electron/releases) page
+1) Visit the [Releases](https://DaanSelen/MS-365-Electron/releases) page
2) Scroll down and click the `.rpm` file to download it.
3) Then run the rpm file and click Install to install the App. Launch it from the Applications Menu.
@@ -210,7 +210,7 @@ To build the app locally:
Run the following commands to clone the repository and install the dependencies
```bash
-git clone https://github.com/agam778/MS-365-Electron.git
+git clone https://DaanSelen/MS-365-Electron.git
cd MS-365-Electron
yarn install
```
diff --git a/app/config/menu.js b/app/config/menu.js
index 821ac9e..a72f3aa 100644
--- a/app/config/menu.js
+++ b/app/config/menu.js
@@ -491,7 +491,7 @@ const menulayout = [
{
label: "About MS-365-Electron",
click: async () => {
- await openExternalLink("https://github.com/agam778/MS-365-Electron");
+ await openExternalLink("https://github.com/DaanSelen/MS-365-Electron");
},
},
{
@@ -524,7 +524,7 @@ const menulayout = [
{
label: "About MS-365-Electron",
click: async () => {
- await openExternalLink("https://github.com/agam778/MS-365-Electron");
+ await openExternalLink("https://github.com/DaanSelen/MS-365-Electron");
},
},
{
diff --git a/app/config/utils.js b/app/config/utils.js
index 104961f..b216eda 100644
--- a/app/config/utils.js
+++ b/app/config/utils.js
@@ -8,7 +8,7 @@ const { autoUpdater } = updaterpkg;
export async function checkForUpdates() {
try {
const res = await axios.get(
- "https://api.github.com/repos/agam778/MS-365-Electron/releases/latest"
+ "https://api.github.com/repos/DaanSelen/MS-365-Electron/releases/latest"
);
const data = res.data;
const currentVersion = "v" + app.getVersion();
@@ -35,7 +35,7 @@ export async function checkForUpdates() {
buttons: ["Download", "Close"],
});
if (updatedialog === 0) {
- shell.openExternal("https://github.com/agam778/MS-365-Electron/releases/latest");
+ shell.openExternal("https://github.com/DaanSelen/MS-365-Electron/releases/latest");
}
}
} else {
diff --git a/assets/flatpak/io.github.agam778.MS-365-Electron.metainfo.xml b/assets/flatpak/io.github.agam778.MS-365-Electron.metainfo.xml
index 7d438ac..8be1fc8 100644
--- a/assets/flatpak/io.github.agam778.MS-365-Electron.metainfo.xml
+++ b/assets/flatpak/io.github.agam778.MS-365-Electron.metainfo.xml
@@ -38,6 +38,6 @@
https://dashboard.snapcraft.io/site_media/appmedia/2022/05/Untitled_design1.png
- https://github.com/agam778/MS-365-Electron/
- https://github.com/agam778/MS-365-Electron/issues
+ https://DaanSelen/MS-365-Electron/
+ https://DaanSelen/MS-365-Electron/issues
diff --git a/docs/index.html b/docs/index.html
index db5ac88..45745c2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -53,14 +53,14 @@
var download = document.getElementById("download");
if (download) {
download.addEventListener("click", function () {
- window.open("https://github.com/agam778/MS-365-Electron/releases");
+ window.open("https://DaanSelen/MS-365-Electron/releases");
});
}
var gitHub = document.getElementById("gitHub");
if (gitHub) {
gitHub.addEventListener("click", function () {
- window.open("https://github.com/agam778/MS-365-Electron/");
+ window.open("https://DaanSelen/MS-365-Electron/");
});
}
diff --git a/docs/index.js b/docs/index.js
index 844b915..17b6aad 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -1,7 +1,7 @@
window.addEventListener("DOMContentLoaded", () => {
const releaseTagElement = document.getElementById("release-tag");
- fetch("https://api.github.com/repos/agam778/MS-365-Electron/releases/latest")
+ fetch("https://api.github.com/repos/DaanSelen/MS-365-Electron/releases/latest")
.then((response) => response.json())
.then((data) => {
const latestTag = data.tag_name;
diff --git a/docs/loading/index.html b/docs/loading/index.html
index a66e3cc..4f73913 100755
--- a/docs/loading/index.html
+++ b/docs/loading/index.html
@@ -23,7 +23,7 @@
width="50px"
height="auto"
viewBox="0 0 36 24"
- src="https://github.com/agam778/MS-365-Electron/raw/main/assets/icon.png"
+ src="https://DaanSelen/MS-365-Electron/raw/main/assets/icon.png"
/>