mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 09:44:50 +01:00
macdeployqt: Fix typo
This commit is contained in:
parent
de2b6d1dee
commit
0da0e0a6db
2
3rdparty/macdeployqt/shared.cpp
vendored
2
3rdparty/macdeployqt/shared.cpp
vendored
@ -753,7 +753,7 @@ QString copyDylib(const FrameworkInfo &framework, const QString path)
|
||||
return QString();
|
||||
}
|
||||
|
||||
// Return if the dylib has aleardy been deployed
|
||||
// Return if the dylib has already been deployed
|
||||
if (QFileInfo(dylibDestinationBinaryPath).exists() && !alwaysOwerwriteEnabled)
|
||||
return dylibDestinationBinaryPath;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user