mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
This commit is contained in:
parent
706fc94eb3
commit
f7f66d4c11
22 changed files with 789 additions and 41 deletions
|
@ -184,8 +184,7 @@ namespace Ombi.Updater
|
|||
|
||||
private DirectoryInfo CreateTempPath()
|
||||
{
|
||||
try
|
||||
{
|
||||
try {
|
||||
var location = Path.GetDirectoryName(Assembly.GetAssembly(typeof(Updater)).Location ?? string.Empty);
|
||||
var path = Path.Combine(location, "UpdateTemp");
|
||||
return Directory.CreateDirectory(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue