mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added ability to retain user-editable files
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user