mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Globals] Fix exe directory
This commit is contained in:
@@ -15,7 +15,7 @@ namespace SabreTools.Helper.Data
|
|||||||
|
|
||||||
private static Logger _logger = null;
|
private static Logger _logger = null;
|
||||||
private static int _maxDegreeOfParallelism = 4;
|
private static int _maxDegreeOfParallelism = 4;
|
||||||
private static string _exeDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase);
|
private static string _exeDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase).Replace("file:\\", "");
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user