fix: use platform specific calls to get executable dir

This commit is contained in:
Jan
2025-04-20 17:07:04 +02:00
parent 199446b09f
commit fb20cbf81c
5 changed files with 41 additions and 4 deletions

View File

@ -37,7 +37,7 @@ private:
void PrintUsage() const;
static void PrintVersion();
void SetBinFolder(const char* argv0);
void SetBinFolder();
void SetVerbose(bool isVerbose);
ArgumentParser m_argument_parser;