mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Misc.
This commit is contained in:
parent
d225b53890
commit
09a3a214d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue