fobe-web/html_setup/BootstrapperSettings.php

8 lines
237 B
PHP

<?php
use Alphaland\Web\WebsiteSettings;
$gameFileVersion = WebsiteSettings::GetSetting('GameFileVersion');
echo '{"ExeVersion": "' . $gameFileVersion . '", "ValidateInstalledExeVersion": "True", "ShowInstallSuccessPrompt": "True"}';