joshua-software-dev / LMeter

A Dalamud Plugin to display ACT combat log data in FFXIV
GNU General Public License v3.0
10 stars 5 forks source link

Fix the path problem of TotallyNotCef #4

Closed Calvariaa closed 1 year ago

Calvariaa commented 1 year ago

See this issue: https://github.com/joshua-software-dev/LMeter/issues/3

Calvariaa commented 1 year ago

<<<<<<< master var cefExePath = Path.Combine(cefDirPath, "TotallyNotCef", "TotallyNotCef.exe");

    var cefExePath = Path.Combine(cefDirPath, $"TotallyNotCef{Path.DirectorySeparatorChar}TotallyNotCef.exe");

master

Self closing this pr, since you fixed this by your own method

Calvariaa commented 1 year ago

Still get weird because Path.Combine can combine more than two arguments as a correct path