aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-07-16 17:42:36 +0200
committer0neGal <mail@0negal.com>2023-07-16 17:42:36 +0200
commitd61a66893f6212f18da1eba3d874cf23594fa75e (patch)
treea45812174d0ea72ea4769278d67e34db435490a4 /src/index.js
parentf247174815100813f5809e73e189ecf8afd99da1 (diff)
downloadViper-d61a66893f6212f18da1eba3d874cf23594fa75e.tar.gz
Viper-d61a66893f6212f18da1eba3d874cf23594fa75e.zip
initial support for packages dir
This is missing a lot of things, notably support for detecting and installing dependencies, it also is actually being used by the frontend, that still uses `mods.js`, this'll change soon™️ It should also when done, be capable of removing mods installed in the old `mods/` folder when updating those mods, and then installing in the new `packages/` folder, making the upgrade a smooth ride.
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 3d2f65b..99ed3c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -21,6 +21,8 @@ const settings = require("./modules/settings");
const requests = require("./modules/requests");
const is_running = require("./modules/is_running");
+const plugins = require("./modules/packages");
+
var log = console.log;
// Starts the actual BrowserWindow, which is only run when using the