Skip to content

Commit 6792c94

Browse files
committed
relative path to executing folder
1 parent 4cc6a13 commit 6792c94

File tree

1 file changed

+1
-1
lines changed
  • MossbauerLab.Sm2201.ExtSaveUtility/src

1 file changed

+1
-1
lines changed

MossbauerLab.Sm2201.ExtSaveUtility/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const std::string UNKNOWN_CMD_MSG = "unknown";
2626
int main(int argc, char* argv[])
2727
{
2828
MossbauerLab::Sm2201::SaveManager::ApplicationTextUserInterface::init();
29-
std::string condigFilePath = "D:\\projects\\Sm2201Autosave\\Debug\\autosaveConfig.txt";
29+
std::string condigFilePath = ".\\autosaveConfig.txt";
3030
std::string userInput;
3131
MossbauerLab::Sm2201::SaveManager::AutoSaveManager manager(condigFilePath);
3232
while(1)

0 commit comments

Comments
 (0)