mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2025-07-25 21:04:01 +00:00
10 lines
258 B
C#
10 lines
258 B
C#
using Wabbajack.Paths;
|
|
using Wabbajack.Paths.IO;
|
|
|
|
namespace Wabbajack.Networking.Browser;
|
|
|
|
public class Configuration
|
|
{
|
|
public AbsolutePath HostExecutable { get; set; } =
|
|
KnownFolders.EntryPoint.Combine("Wabbajack.Networking.Browser.Host.exe");
|
|
} |