mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Fix logging string derp on OSX
This commit is contained in:
parent
b49fa9d2a9
commit
76f58eb42c
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ void UpdateInstaller::postInstallUpdate()
|
|||
// touch the application's bundle directory so that
|
||||
// OS X' Launch Services notices any changes in the application's
|
||||
// Info.plist file.
|
||||
LOG(Info,"Touching " + m_installDir.c_str() + " to notify OSX of metadata changes.");
|
||||
LOG(Info,"Touching " + m_installDir + " to notify OSX of metadata changes.");
|
||||
if(!m_dryRun)
|
||||
{
|
||||
FileUtils::touch(m_installDir.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue