mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
use the same app name for YACReaderLibraryServer, so it will use by default the same config as YACReaderLibrary
This commit is contained in:
@ -108,7 +108,7 @@ int main( int argc, char ** argv )
|
||||
{
|
||||
QCoreApplication *app = new QCoreApplication(argc, argv);
|
||||
|
||||
app->setApplicationName("YACReaderLibraryServer");
|
||||
app->setApplicationName("YACReaderLibrary");
|
||||
app->setOrganizationName("YACReader");
|
||||
app->setApplicationVersion(VERSION);
|
||||
|
||||
|
Reference in New Issue
Block a user