Update: Get nightly (prerelease) builds from Github

We are now deploying official builds from master to Github releases page
(as Prerelease).
So we should get these build from there.

This is also related to AppVeyor's rather tight download limits that
make it quite challenge to obtain nightly builds.
This commit is contained in:
ge0rdi
2022-08-21 20:32:43 +02:00
parent 5bee5ae143
commit 1f2c3d43a6
2 changed files with 25 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ struct VersionData
LOAD_BAD_FILE, // the file is corrupted
};
TLoadResult Load();
TLoadResult Load(bool official);
TLoadResult LoadNightly();
TLoadResult Load( const wchar_t *fname, bool bLoadFlags );
private: