mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Development build shown in release version
This commit is contained in:
parent
e4af9b06d3
commit
4fd9b7e6c2
@ -109,7 +109,7 @@ export function Header() {
|
||||
.then((res) => {
|
||||
setLatestVersion(res["version"]);
|
||||
|
||||
if (VERSION === "{{OLYMPUS_VERSION_NUMBER}}") {
|
||||
if (VERSION.includes("{OLYMPUS_VERSION_NUMBER}")) {
|
||||
console.log("OLYMPUS_VERSION_NUMBER is not set. Skipping version check.");
|
||||
setIsDevVersion(true);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user