mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
Update LanMountainDesktop.iss
This commit is contained in:
@@ -557,7 +557,7 @@ begin
|
||||
if '{#MyAppArch}' = 'x64' then
|
||||
begin
|
||||
Result := ExpandConstant('{commonpf64}\dotnet\shared\Microsoft.WindowsDesktop.App');
|
||||
end;
|
||||
end
|
||||
else
|
||||
begin
|
||||
Result := ExpandConstant('{commonpf}\dotnet\shared\Microsoft.WindowsDesktop.App');
|
||||
@@ -574,7 +574,7 @@ begin
|
||||
if '{#MyAppArch}' = 'x64' then
|
||||
begin
|
||||
Result := DotNetRuntimeDownloadUrlX64;
|
||||
end;
|
||||
end
|
||||
else
|
||||
begin
|
||||
Result := DotNetRuntimeDownloadUrlX86;
|
||||
|
||||
Reference in New Issue
Block a user