mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge branch 'release-candidate' into advanced-map-layers
This commit is contained in:
@@ -67,7 +67,7 @@ async function updateOlympusBeta() {
|
|||||||
const artifacts = res.data.artifacts;
|
const artifacts = res.data.artifacts;
|
||||||
|
|
||||||
/* Select the newest artifact */
|
/* Select the newest artifact */
|
||||||
var artifact = artifacts.find((artifact) => { return artifact.name = "development_build_not_a_release" });
|
var artifact = artifacts.find((artifact) => { return artifact.name === "development_build_not_a_release" });
|
||||||
|
|
||||||
const date1 = new Date(artifact.updated_at);
|
const date1 = new Date(artifact.updated_at);
|
||||||
const date2 = fs.statSync(".").mtime;
|
const date2 = fs.statSync(".").mtime;
|
||||||
|
|||||||
Reference in New Issue
Block a user