Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit f4d233d

Browse files
committed
fix installing vm
1 parent 1f82d1f commit f4d233d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Rune.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>Rune.CLI</RootNamespace>
88
<ApplicationIcon>resource\icon.ico</ApplicationIcon>
99
<StartupObject></StartupObject>
10-
<Version>0.70.800</Version>
10+
<Version>0.70.800.1</Version>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<PlatformTarget>x64</PlatformTarget>
1313
</PropertyGroup>

src/cmd/InstallCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private async Task<int> InstallVMBinaries()
128128
if (Dirs.CompilerFolder.EnumerateFiles().Any())
129129
_ = Dirs.CompilerFolder.EnumerateFiles().Pipe(x => x.Delete()).ToArray();
130130

131-
var result = await Appx.By(AppxType.acc)
131+
var result = await Appx.By(AppxType.vm)
132132
.DownloadAsync();
133133
Console.Write($"{":open_file_folder:".Emoji()} Extract files");
134134
await RuneTask.Fire(() =>

0 commit comments

Comments
 (0)