Skip to content

Commit

Permalink
Added missing else if body
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Sep 28, 2021
1 parent 806cda9 commit e621043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Unverum/UI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ private async Task<bool> Build(string path)
else if (Directory.Exists($"{ContentFolder}{Global.s}Binaries{Global.s}Movie"))
MoviesFolder = $"{ContentFolder}{Global.s}Binaries{Global.s}Movie";
else if (Directory.Exists($"{ContentFolder}{Global.s}Movies"))
MoviesFolder = $"{ContentFolder}{Global.s}Movie";
if (Directory.Exists($"{ContentFolder}{Global.s}Sound"))
SoundsFolder = $"{ContentFolder}{Global.s}Sound";
else if (Directory.Exists($"{ContentFolder}{Global.s}CriWareData"))
Expand Down
2 changes: 1 addition & 1 deletion Unverum/Unverum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\unverum.ico</ApplicationIcon>
<AssemblyName>Unverum</AssemblyName>
<AssemblyVersion>1.3.4.0</AssemblyVersion>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e621043

Please sign in to comment.