mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05: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