fix(installer): expand ~ in UiDbPath
All checks were successful
Release / release (push) Successful in 29s
All checks were successful
Release / release (push) Successful in 29s
This commit is contained in:
@@ -29,7 +29,7 @@ public sealed class WriteConfigStep : IInstallStep
|
|||||||
|
|
||||||
var uiCfg = new InstallerAppSettings
|
var uiCfg = new InstallerAppSettings
|
||||||
{
|
{
|
||||||
DbPath = ctx.UiDbPath,
|
DbPath = Paths.Expand(ctx.UiDbPath),
|
||||||
SignalRUrl = ctx.SignalRUrl,
|
SignalRUrl = ctx.SignalRUrl,
|
||||||
};
|
};
|
||||||
uiCfg.Save();
|
uiCfg.Save();
|
||||||
|
|||||||
Reference in New Issue
Block a user