Skip to content

Commit

Permalink
Fix release build dependancy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed Mar 1, 2024
1 parent a3bbf63 commit 65e907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duplicati.Library.RestAPI/WebServer/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private static HttpServer.HttpServer CreateServer(IDictionary<string, string> op
(
userroot.StartsWith(Util.AppendDirSeparator(System.Reflection.Assembly.GetExecutingAssembly().Location), Library.Utility.Utility.ClientFilenameStringComparison)
||
userroot.StartsWith(Util.AppendDirSeparator(Program.StartupPath), Library.Utility.Utility.ClientFilenameStringComparison)
userroot.StartsWith(Util.AppendDirSeparator(Duplicati.Library.AutoUpdater.UpdaterManager.InstalledBaseDir), Library.Utility.Utility.ClientFilenameStringComparison)
)
)
#endif
Expand Down

0 comments on commit 65e907d

Please sign in to comment.