Skip to content

Commit

Permalink
Relative path, CD to binary location
Browse files Browse the repository at this point in the history
+ Added relative path support
+ Working directory forced to binary location
= Small logic bug fixed in config parsing order
  • Loading branch information
VoidVolker committed Jan 12, 2025
1 parent f3dfe0e commit 1f3b852
Show file tree
Hide file tree
Showing 10 changed files with 396 additions and 279 deletions.
7 changes: 4 additions & 3 deletions LogonService/LogonService.sln
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ Global
UpdateAssemblyVersion = True
UpdateAssemblyFileVersion = True
UpdateAssemblyInfoVersion = True
AssemblyVersionSettings = None.None.None.IncrementOnDemand
AssemblyFileVersionSettings = None.None.None.IncrementOnDemand
AssemblyInfoVersionSettings = None.None.None.IncrementOnDemand
ShouldCreateLogs = True
AssemblyVersionSettings = None.None.None.Increment
AssemblyFileVersionSettings = None.None.None.Increment
AssemblyInfoVersionSettings = None.None.None.Increment
UpdatePackageVersion = False
AssemblyInfoVersionType = SettingsVersion
InheritWinAppVersionFrom = None
Expand Down
4 changes: 2 additions & 2 deletions LogonService/LogonService_4.6.1/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<add key="App.RestartLimit"
value="10" />
<add key="LogEnabled"
value="true" />
value="false" />
<add key="LogPath"
value="" />
<add key="Description"
Expand All @@ -24,4 +24,4 @@
<add key="ServiceName"
value="LogonService" />
</appSettings>
</configuration>
</configuration>
Loading

0 comments on commit 1f3b852

Please sign in to comment.