Skip to content

Commit

Permalink
Bugfix for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Jul 18, 2014
1 parent b12849a commit dab3d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duplicati/Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public static void RealMain(string[] args)
else
{
//Normal release mode uses the systems "Application Data" folder
Environment.SetEnvironmentVariable(DATAFOLDER_ENV_NAME, System.IO.Path.Combine(System.Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), ApplicationName));
Environment.SetEnvironmentVariable(DATAFOLDER_ENV_NAME, System.IO.Path.Combine(System.Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), Library.AutoUpdater.AutoUpdateSettings.AppName));
}
#endif
}
Expand Down

0 comments on commit dab3d42

Please sign in to comment.