Skip to content

Commit

Permalink
Hotfix and removed app icon until Bitdefender gets fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoLand committed Jul 26, 2015
1 parent 205af67 commit 24f54f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified Binaries/Steam Library Manager.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Steam Library Manager/Forms/MoveGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private void MoveGame_Load(object sender, System.EventArgs e)
checkbox_Validate.Visible = false;
button_Copy.Text = "Restore";
}
else if (Game.Library.Backup && Library.Backup)
else if (Library.Backup)
{
checkbox_Compress.Visible = true;
button_Copy.Text = "Backup";
Expand Down
3 changes: 2 additions & 1 deletion Source/Steam Library Manager/Steam Library Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\steam-icon.ico</ApplicationIcon>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
Expand Down

0 comments on commit 24f54f7

Please sign in to comment.