Skip to content

Commit

Permalink
Update singleapplication_p.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Hennadii Chernyshchyk <[email protected]>
  • Loading branch information
itay-grudev and Shatur authored Sep 20, 2021
1 parent cc96fea commit bca0b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleapplication_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void SingleApplicationPrivate::genBlockServerName()
}

if( ! (options & SingleApplication::Mode::ExcludeAppPath) ){
#ifdef Q_OS_WIN
#if defined(Q_OS_WIN)
appData.addData( SingleApplication::app_t::applicationFilePath().toLower().toUtf8() );
#elseif defined(Q_OS_LINUX)
// If the application is running as an AppImage then the APPIMAGE env var should be used
Expand Down

0 comments on commit bca0b77

Please sign in to comment.