Skip to content

Commit

Permalink
relative path to executing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Mar 20, 2020
1 parent 4cc6a13 commit 6792c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MossbauerLab.Sm2201.ExtSaveUtility/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const std::string UNKNOWN_CMD_MSG = "unknown";
int main(int argc, char* argv[])
{
MossbauerLab::Sm2201::SaveManager::ApplicationTextUserInterface::init();
std::string condigFilePath = "D:\\projects\\Sm2201Autosave\\Debug\\autosaveConfig.txt";
std::string condigFilePath = ".\\autosaveConfig.txt";
std::string userInput;
MossbauerLab::Sm2201::SaveManager::AutoSaveManager manager(condigFilePath);
while(1)
Expand Down

0 comments on commit 6792c94

Please sign in to comment.