mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix: Injector entrypoint not setting workingdirectory, should be fixed in XL
This commit is contained in:
parent
552be3c9a9
commit
080a71ba61
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ namespace Dalamud
|
|||
/// <summary>
|
||||
/// Gets the working directory of the XIVLauncher installations.
|
||||
/// </summary>
|
||||
public string WorkingDirectory { get; init; }
|
||||
public string WorkingDirectory { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the path to the configuration file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue