mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 20:29:46 -08:00
Updated linux Qt build
This commit is contained in:
@@ -383,7 +383,8 @@ boost::filesystem::path static GetAutostartDir()
|
||||
|
||||
boost::filesystem::path static GetAutostartFilePath()
|
||||
{
|
||||
return GetAutostartDir() / ""+ COIN_NAME + ".desktop";
|
||||
std::string filename (""+ COIN_NAME + ".desktop");
|
||||
return GetAutostartDir() / filename;
|
||||
}
|
||||
|
||||
bool GetStartOnSystemStartup()
|
||||
|
||||
Reference in New Issue
Block a user