fully working backend image posters

This commit is contained in:
Christophe Fajardo
2022-01-20 15:55:06 +01:00
parent 4a50fcafd8
commit 38dcdcba2f
6 changed files with 28 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ struct ctx_t {
std::string cmd;
std::string working_dir;
std::string output;
std::string image;
std::string image_path;
};
class proc_t {