mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix accidentally adding NuGet package to whole project instead of just Wabbajack
This commit is contained in:
parent
8b77b78469
commit
ea9ead1883
@ -52,7 +52,7 @@ namespace Wabbajack
|
||||
if (Path.GetDirectoryName(Assembly.GetEntryAssembly().Location.ToLower()) == KnownFolders.Downloads.Path.ToLower())
|
||||
{
|
||||
MessageBox.Show(
|
||||
"Wabbajack is running inside your Downloads folder. Such folders are often highly monitored by antivirus software and they can often " +
|
||||
"Wabbajack is running inside your Downloads folder. This folder is often highly monitored by antivirus software and these can often " +
|
||||
"conflict with the operations Wabbajack needs to perform. Please move this executable outside of your Downloads folder and then restart the app.",
|
||||
"Cannot run inside Downloads",
|
||||
MessageBoxButton.OK,
|
||||
|
Loading…
Reference in New Issue
Block a user