Update app id on edit (#670)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Brad Richardson
2023-01-02 21:02:10 -05:00
committed by GitHub
parent 12efe96297
commit 052297a1a5
8 changed files with 79 additions and 24 deletions

View File

@@ -357,6 +357,7 @@ int main(int argc, char *argv[]) {
std::string read_file(const char *path) {
if(!std::filesystem::exists(path)) {
BOOST_LOG(debug) << "Missing file: " << path;
return {};
}