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:
commit
4401261446
@ -67,7 +67,7 @@ async function updateOlympusBeta() {
|
||||
const artifacts = res.data.artifacts;
|
||||
|
||||
/* 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 date2 = fs.statSync(".").mtime;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user