Skip to content

Commit

Permalink
fix: temporarily remove updater
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Jun 24, 2024
1 parent 5eeafdc commit 5cf0439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/

import { getNative } from "./shared/native";
//import { getNative } from "./shared/native";

// needs to stay here to notify users of the old version
export const VERSION = "2.0.0";

export const Native = getNative();
//export const Native = getNative();

import Plugins from "~plugins";

const PLUGINS = [
require("./betterActivities").default,
require("./blockKrisp").default,
require("./d3soxUpdater").default,
//require("./d3soxUpdater").default,
require("./followUser").default,
require("./ignoreTerms").default,
require("./mediaPlaybackSpeed").default,
Expand Down

0 comments on commit 5cf0439

Please sign in to comment.