xpack install #7

Open
Persson-dev wants to merge 12 commits from xpack into main
Showing only changes of commit 7301c40ba9 - Show all commits

View File

@@ -151,6 +151,6 @@ bool PiecesFiles::getFilePath(int polyominoSize, std::string& filePath) const {
return false;
}
filePath = dataFolderPath / (std::to_string(polyominoSize) + "minos.bin");
filePath = (dataFolderPath / (std::to_string(polyominoSize) + "minos.bin")).string();
return true;
}