This commit is contained in:
lzwdgc 2024-04-03 16:53:13 +03:00
parent d225b53890
commit 09a3a214d5

View file

@ -238,6 +238,8 @@ struct mod_maker {
c.push_back(f.is_absolute() ? f.lexically_relative(game_dir) : f); c.push_back(f.is_absolute() ? f.lexically_relative(game_dir) : f);
} }
run_command(c); run_command(c);
} else {
log("7z not found, skipping archive creation");
} }
} }