Compare commits
No commits in common. "6502dde28045a3b8c6be2f3e952d6c7c3edf832c" and "a70590d92a7564bdbf6fff7c551c15b44e455f0b" have entirely different histories.
6502dde280
...
a70590d92a
@ -10,8 +10,8 @@
|
||||
<PackageIcon>icon.ico</PackageIcon>
|
||||
<ApplicationIcon>Assets\spt_installer.ico</ApplicationIcon>
|
||||
<Configurations>Debug;Release;TEST</Configurations>
|
||||
<AssemblyVersion>2.84</AssemblyVersion>
|
||||
<FileVersion>2.84</FileVersion>
|
||||
<AssemblyVersion>2.83</AssemblyVersion>
|
||||
<FileVersion>2.83</FileVersion>
|
||||
<Company>SPT</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -182,11 +182,6 @@ public class MessageViewModel : ViewModelBase
|
||||
|
||||
try
|
||||
{
|
||||
if (data.TargetInstallPath == Environment.CurrentDirectory)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
File.Copy(App.LogPath, Path.Join(data.TargetInstallPath, "spt-installer.log"), true);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user