Added debug options in package folder for manager

This commit is contained in:
Pax1601
2024-01-04 11:05:47 +01:00
parent a512b0e405
commit 38027b6ff3
13 changed files with 58 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ const AdmZip = require("adm-zip");
const { Octokit } = require('octokit');
const VERSION = "v2.0.0";
console.log(`Running in ${__dirname}`);
function checkVersion() {
/* Check if we are running the latest version */