diff --git a/Dalamud.Boot/veh.cpp b/Dalamud.Boot/veh.cpp index 6979b2564..1ab0e5c9b 100644 --- a/Dalamud.Boot/veh.cpp +++ b/Dalamud.Boot/veh.cpp @@ -372,7 +372,7 @@ LONG exception_handler(EXCEPTION_POINTERS* ex) break; case IDABORT: - ShellExecute(0, 0, L"https://goatcorp.github.io/faq/", 0, 0 , SW_SHOW ); + ShellExecute(0, 0, L"https://goatcorp.github.io/faq?utm_source=vectored", 0, 0 , SW_SHOW ); break; case IDCANCEL: break; diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 45676036d..f77479ee7 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -74,7 +74,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive