mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Update VS download link
This commit is contained in:
parent
d3e5005814
commit
ad46ac81e5
1 changed files with 2 additions and 2 deletions
|
@ -10795,7 +10795,7 @@ namespace IDE
|
||||||
Beef requires the Microsoft C++ build tools for Visual Studio 2013 or later, but they don't seem to be installed.
|
Beef requires the Microsoft C++ build tools for Visual Studio 2013 or later, but they don't seem to be installed.
|
||||||
|
|
||||||
Install just Microsoft Visual C++ Build Tools or the entire Visual Studio suite from:
|
Install just Microsoft Visual C++ Build Tools or the entire Visual Studio suite from:
|
||||||
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
|
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022
|
||||||
""";
|
""";
|
||||||
|
|
||||||
#if CLI
|
#if CLI
|
||||||
|
@ -10806,7 +10806,7 @@ namespace IDE
|
||||||
dlg.AddOkCancelButtons(new (dlg) =>
|
dlg.AddOkCancelButtons(new (dlg) =>
|
||||||
{
|
{
|
||||||
ProcessStartInfo psi = scope ProcessStartInfo();
|
ProcessStartInfo psi = scope ProcessStartInfo();
|
||||||
psi.SetFileName("https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019");
|
psi.SetFileName("https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022");
|
||||||
psi.UseShellExecute = true;
|
psi.UseShellExecute = true;
|
||||||
psi.SetVerb("Open");
|
psi.SetVerb("Open");
|
||||||
var process = scope SpawnedProcess();
|
var process = scope SpawnedProcess();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue