Skip to content

Commit 9765866

Browse files
committed
Hotfix installer (#1233)
1 parent 4322b63 commit 9765866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Daybreak/Services/Startup/Actions/RenameInstallerAction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Daybreak.Services.Startup.Actions;
99
internal sealed class RenameInstallerAction(
1010
ILogger<RenameInstallerAction> logger) : StartupActionBase
1111
{
12-
private const string TemporaryInstallerFileNameSubPath = "Daybreak.Installer.Temp.exe";
13-
private const string InstallerFileNameSubPath = "Daybreak.Installer.exe";
12+
private const string TemporaryInstallerFileNameSubPath = "Installer/Daybreak.Installer.Temp.exe";
13+
private const string InstallerFileNameSubPath = "Installer/Daybreak.Installer.exe";
1414

1515
private static readonly string TemporaryInstallerFileName = PathUtils.GetAbsolutePathFromRoot(TemporaryInstallerFileNameSubPath);
1616
private static readonly string InstallerFileName = PathUtils.GetAbsolutePathFromRoot(InstallerFileNameSubPath);

0 commit comments

Comments
 (0)