Update LanMountainDesktop.iss

This commit is contained in:
lincube
2026-05-25 11:54:04 +08:00
parent 791e38d55e
commit cc85638a37

View File

@@ -557,7 +557,7 @@ begin
if '{#MyAppArch}' = 'x64' then if '{#MyAppArch}' = 'x64' then
begin begin
Result := ExpandConstant('{commonpf64}\dotnet\shared\Microsoft.WindowsDesktop.App'); Result := ExpandConstant('{commonpf64}\dotnet\shared\Microsoft.WindowsDesktop.App');
end; end
else else
begin begin
Result := ExpandConstant('{commonpf}\dotnet\shared\Microsoft.WindowsDesktop.App'); Result := ExpandConstant('{commonpf}\dotnet\shared\Microsoft.WindowsDesktop.App');
@@ -574,7 +574,7 @@ begin
if '{#MyAppArch}' = 'x64' then if '{#MyAppArch}' = 'x64' then
begin begin
Result := DotNetRuntimeDownloadUrlX64; Result := DotNetRuntimeDownloadUrlX64;
end; end
else else
begin begin
Result := DotNetRuntimeDownloadUrlX86; Result := DotNetRuntimeDownloadUrlX86;