Compare commits

..

No commits in common. "6502dde28045a3b8c6be2f3e952d6c7c3edf832c" and "a70590d92a7564bdbf6fff7c551c15b44e455f0b" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -10,8 +10,8 @@
<PackageIcon>icon.ico</PackageIcon> <PackageIcon>icon.ico</PackageIcon>
<ApplicationIcon>Assets\spt_installer.ico</ApplicationIcon> <ApplicationIcon>Assets\spt_installer.ico</ApplicationIcon>
<Configurations>Debug;Release;TEST</Configurations> <Configurations>Debug;Release;TEST</Configurations>
<AssemblyVersion>2.84</AssemblyVersion> <AssemblyVersion>2.83</AssemblyVersion>
<FileVersion>2.84</FileVersion> <FileVersion>2.83</FileVersion>
<Company>SPT</Company> <Company>SPT</Company>
</PropertyGroup> </PropertyGroup>

View File

@ -182,11 +182,6 @@ public class MessageViewModel : ViewModelBase
try try
{ {
if (data.TargetInstallPath == Environment.CurrentDirectory)
{
return;
}
File.Copy(App.LogPath, Path.Join(data.TargetInstallPath, "spt-installer.log"), true); File.Copy(App.LogPath, Path.Join(data.TargetInstallPath, "spt-installer.log"), true);
} }
catch (Exception ex) catch (Exception ex)