mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
@@ -166,9 +166,9 @@ namespace BlackConfig
|
||||
static const bool appBundle = isAppBundle();
|
||||
if (CBuildConfig::isRunningOnMacOSXPlatform() && appBundle)
|
||||
{
|
||||
success = dir.cd("../../../../data");
|
||||
success = dir.cd("../../../../share");
|
||||
}
|
||||
else { success = dir.cd("../data"); }
|
||||
else { success = dir.cd("../share"); }
|
||||
|
||||
if (success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user