Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
EOL Suncord
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jul 29, 2024
1 parent 2c356b6 commit 90d984a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# EOL (read, thanks)
Use [Equicord](https://github.com/Equicord/Equicord) now.
Suncord has gone EOL. Because I don't always have the time to keep up with what people suggest or such and it's easier for me to work on [Equicord](https://github.com/Equicord/Equicord) with other people, the source and everything will stay here and you can still use it, but it'll probably become outdated after some time and break.

# Suncord [<img src="./src/assets/icon.png" width="225" align="left" alt="Suncord">](https://github.com/verticalsync/Suncord)

[![Sunroof](https://img.shields.io/badge/Sunroof-orange?style=flat)](https://github.com/verticalsync/Sunroof)
Expand Down
10 changes: 9 additions & 1 deletion src/Vencord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { relaunch } from "./utils/native";
import { getCloudSettings, putCloudSettings } from "./utils/settingsSync";
import { checkForUpdates, update, UpdateLogger } from "./utils/updater";
import { onceReady } from "./webpack";
import { SettingsRouter } from "./webpack/common";
import { Alerts, SettingsRouter } from "./webpack/common";

if (IS_REPORTER) {
require("./debug/runReporter");
Expand Down Expand Up @@ -91,6 +91,14 @@ async function init() {

syncSettings();

Alerts.show({
title: "Suncord End Of Life",
body: "Suncord has gone EOL. Because I don't always have the time to keep up with what people suggest or such and it's easier for me to work on Equicord with other people, the source and everything will stay here and you can still use it, but it'll probably become outdated after some time and break.",
confirmText: "Switch to Equicord",
cancelText: "Ignore",
onConfirm: () => { VencordNative.native.openExternal("https://github.com/Equicord/Equicord"); }
});

if (!IS_WEB && !IS_UPDATER_DISABLED) {
try {
const isOutdated = await checkForUpdates();
Expand Down

0 comments on commit 90d984a

Please sign in to comment.