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

Commit

Permalink
fix installing vm
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed May 24, 2020
1 parent 1f82d1f commit f4d233d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rune.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Rune.CLI</RootNamespace>
<ApplicationIcon>resource\icon.ico</ApplicationIcon>
<StartupObject></StartupObject>
<Version>0.70.800</Version>
<Version>0.70.800.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/InstallCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private async Task<int> InstallVMBinaries()
if (Dirs.CompilerFolder.EnumerateFiles().Any())
_ = Dirs.CompilerFolder.EnumerateFiles().Pipe(x => x.Delete()).ToArray();

var result = await Appx.By(AppxType.acc)
var result = await Appx.By(AppxType.vm)
.DownloadAsync();
Console.Write($"{":open_file_folder:".Emoji()} Extract files");
await RuneTask.Fire(() =>
Expand Down

0 comments on commit f4d233d

Please sign in to comment.