mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat(Injector): use "dev" folder for assets in default StartInfo
This commit is contained in:
parent
9e17352b73
commit
ff20d81d79
1 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ namespace Dalamud.Injector
|
|||
return process;
|
||||
}
|
||||
|
||||
private static DalamudStartInfo GetStartInfo(string arg, Process process)
|
||||
private static DalamudStartInfo GetStartInfo(string? arg, Process process)
|
||||
{
|
||||
DalamudStartInfo startInfo;
|
||||
|
||||
|
|
@ -278,7 +278,7 @@ namespace Dalamud.Injector
|
|||
ConfigurationPath = Path.Combine(xivlauncherDir, "dalamudConfig.json"),
|
||||
PluginDirectory = Path.Combine(xivlauncherDir, "installedPlugins"),
|
||||
DefaultPluginDirectory = Path.Combine(xivlauncherDir, "devPlugins"),
|
||||
AssetDirectory = Path.Combine(xivlauncherDir, "dalamudAssets"),
|
||||
AssetDirectory = Path.Combine(xivlauncherDir, "dalamudAssets", "dev"),
|
||||
GameVersion = gameVer,
|
||||
Language = ClientLanguage.English,
|
||||
OptOutMbCollection = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue