mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
WIP launcher
This commit is contained in:
parent
57e046cd71
commit
a73a479f73
6 changed files with 62 additions and 91 deletions
|
|
@ -12,13 +12,16 @@ namespace Dalamud.Injector
|
|||
};
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// A directory to where Dalamud data is located.
|
||||
/// </summary>
|
||||
public string RootDirectory { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// A directory to where `Dalamud.dll` and its dependencies are located.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This path doesn't need to be the same directory as where the launcher is located.
|
||||
/// </remarks>
|
||||
public string BinaryDirectory { get; set; } = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue