File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Daybreak/Services/Startup/Actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace Daybreak.Services.Startup.Actions;
99internal 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 ) ;
You can’t perform that action at this time.
0 commit comments