mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Change the other place too
This commit is contained in:
@@ -370,7 +370,7 @@ namespace SabreTools
|
|||||||
|
|
||||||
// If we have an output directory set, replace the path
|
// If we have an output directory set, replace the path
|
||||||
string path = "";
|
string path = "";
|
||||||
if (_inplace)
|
if (_inplace || !String.IsNullOrEmpty(_outdir))
|
||||||
{
|
{
|
||||||
path = Path.GetDirectoryName(_inputs[j].Split('¬')[0]);
|
path = Path.GetDirectoryName(_inputs[j].Split('¬')[0]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user