Compile fix

Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
This commit is contained in:
Michael Klein 2021-09-20 15:16:20 +02:00 committed by GitHub
parent 7d366c7e83
commit a30128bef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ void SingleApplicationPrivate::genBlockServerName()
appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
} else {
// Running as AppImage: Use absolute path to AppImage file
appData.addData( appImagePath.toUtf8() );
appData.addData( appImagePath );
}
#endif
}