Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikx committed Aug 6, 2018
1 parent 33a47af commit cb11218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Metro Skin Installer/Metro Skin Installer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void InstallExtras()
string ExtraPath = Regex.Match((manifest[i].Replace("\\", "")), "\"(.*?)\";\"(.*?)\";\"(.*?)\";\"(.*?)\"").Groups[2].Value;
CurrentWorker.Text = extrasListBox.GetItemText(extrasListBox.Items[i]);
checkedExtras.Add(CurrentWorker.Text);
InstallActions.DirectoryCopy(Path.GetTempPath() + "\\UPMetroSkin-installer\\normal_Extras\\" + ExtraPath, SteamSkinPath + "\\Metro 4.2.4", true);
InstallActions.DirectoryCopy(Path.GetTempPath() + "\\UPMetroSkin-installer\\normal_Extras\\" + ExtraPath, SteamSkinPath + InstallActions.SkinFolder, true);
installProgress.Value += incrementalProgressbarIncrease;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.7")]
[assembly: AssemblyFileVersion("1.4.7")]
[assembly: AssemblyVersion("1.4.8")]
[assembly: AssemblyFileVersion("1.4.8")]

0 comments on commit cb11218

Please sign in to comment.