mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #633, cleaned up resource dir
* removed local.env.template * fixed path in global setup class * removed timestamp check from gloabl setup (problem when switching URLs)
This commit is contained in:
@@ -114,7 +114,7 @@ namespace BlackCore
|
||||
CUrlList CGlobalSetup::getUpdateInfoFileUrls() const
|
||||
{
|
||||
const CUrlList urls(m_sharedUrls);
|
||||
return urls.appendPath(CGlobalSetup::versionString() + "/development/updateinfo/updateinfo.json");
|
||||
return urls.appendPath(CGlobalSetup::versionString() + "/updateinfo/updateinfo.json");
|
||||
}
|
||||
|
||||
CUrlList CGlobalSetup::getSwiftDbDataFileLocationUrls() const
|
||||
|
||||
Reference in New Issue
Block a user