Skip to content

Commit

Permalink
Merge pull request #31 from dropalways/patch-1
Browse files Browse the repository at this point in the history
Update Program.cs to download 64 bit version of .NET
  • Loading branch information
phasephasephase committed Feb 9, 2024
2 parents 1996ac8 + 55b6bab commit 38cf54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JiayiInstaller/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
{
Console.WriteLine("Installing .NET...");
const string dotnetDownloadUrl =
"https://download.visualstudio.microsoft.com/download/pr/f9e3b581-059d-429f-9f0d-1d1167ff7e32/bd7661030cd5d66cd3eee0fd20b24540/windowsdesktop-runtime-8.0.0-win-x86.exe";
"https://download.visualstudio.microsoft.com/download/pr/f18288f6-1732-415b-b577-7fb46510479a/a98239f751a7aed31bc4aa12f348a9bf/windowsdesktop-runtime-8.0.1-win-x64.exe";
var dotnetDownloadPath = Path.Combine(Path.GetTempPath(), "dotnet.exe");
await Download(dotnetDownloadUrl, dotnetDownloadPath);

Expand Down Expand Up @@ -228,4 +228,4 @@
{
FileName = Path.Combine(path, "JiayiLauncher.exe"),
WorkingDirectory = path
});
});

0 comments on commit 38cf54b

Please sign in to comment.