mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
Changed: Use upgrade script if present
This commit is contained in:
parent
65190aff5e
commit
60198fa7d3
2 changed files with 3 additions and 0 deletions
|
@ -119,8 +119,10 @@ CPatchManager::CPatchManager() : State("t_state"), DataScanState("t_data_scan_st
|
||||||
|
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
UpdateBatchFilename = "updt_nl.bat";
|
UpdateBatchFilename = "updt_nl.bat";
|
||||||
|
UpgradeBatchFilename = "upgd_nl.bat";
|
||||||
#else
|
#else
|
||||||
UpdateBatchFilename = "updt_nl.sh";
|
UpdateBatchFilename = "updt_nl.sh";
|
||||||
|
UpgradeBatchFilename = "upgd_nl.sh";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// use application directory by default
|
// use application directory by default
|
||||||
|
|
|
@ -433,6 +433,7 @@ private:
|
||||||
/// Now deprecated : the launcher is the client ryzom
|
/// Now deprecated : the launcher is the client ryzom
|
||||||
std::string RyzomFilename;
|
std::string RyzomFilename;
|
||||||
std::string UpdateBatchFilename;
|
std::string UpdateBatchFilename;
|
||||||
|
std::string UpgradeBatchFilename;
|
||||||
|
|
||||||
// Where the client get all delta and desc file
|
// Where the client get all delta and desc file
|
||||||
std::string ClientPatchPath; // Temporary path
|
std::string ClientPatchPath; // Temporary path
|
||||||
|
|
Loading…
Reference in a new issue