mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 08:52:08 +08:00
Compile fix
Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
This commit is contained in:
parent
7d366c7e83
commit
a30128bef2
@ -153,7 +153,7 @@ void SingleApplicationPrivate::genBlockServerName()
|
|||||||
appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
|
appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
|
||||||
} else {
|
} else {
|
||||||
// Running as AppImage: Use absolute path to AppImage file
|
// Running as AppImage: Use absolute path to AppImage file
|
||||||
appData.addData( appImagePath.toUtf8() );
|
appData.addData( appImagePath );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user