From a30128bef2f2b7d8026e447724e06826273461ea Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Mon, 20 Sep 2021 15:16:20 +0200 Subject: Compile fix Co-authored-by: Hennadii Chernyshchyk --- singleapplication_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singleapplication_p.cpp b/singleapplication_p.cpp index 7c87973..d0e3e8d 100644 --- a/singleapplication_p.cpp +++ b/singleapplication_p.cpp @@ -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 } -- cgit v1.2.1