Added ability to retain user-editable files

This commit is contained in:
Pax1601
2024-01-04 10:13:34 +01:00
parent 8865ded4bd
commit 1a8a19ae5c
4 changed files with 35 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ const fs = require('fs');
const AdmZip = require("adm-zip");
const { Octokit } = require('octokit');
const VERSION = "{{OLYMPUS_VERSION_NUMBER}}";
const VERSION = "v2.0.0";
function checkVersion() {
/* Check if we are running the latest version */