Compare commits
No commits in common. "28e8378787b265c16c4b69f24885eb95843e9877" and "55cd23a983d3361d334988ba6e04d2142d891502" have entirely different histories.
28e8378787
...
55cd23a983
@ -158,7 +158,6 @@ public static class FileHelper
|
|||||||
new("Program Files", PathCheckType.Contains, PathCheckAction.Deny),
|
new("Program Files", PathCheckType.Contains, PathCheckAction.Deny),
|
||||||
new("Program Files (x86", PathCheckType.Contains, PathCheckAction.Deny),
|
new("Program Files (x86", PathCheckType.Contains, PathCheckAction.Deny),
|
||||||
new(Path.Join("spt-installer", "cache"), PathCheckType.Contains, PathCheckAction.Deny),
|
new(Path.Join("spt-installer", "cache"), PathCheckType.Contains, PathCheckAction.Deny),
|
||||||
new("windows", PathCheckType.Contains, PathCheckAction.Deny),
|
|
||||||
new("Drive Root", PathCheckType.DriveRoot, PathCheckAction.Deny)
|
new("Drive Root", PathCheckType.DriveRoot, PathCheckAction.Deny)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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.93</AssemblyVersion>
|
<AssemblyVersion>2.92</AssemblyVersion>
|
||||||
<FileVersion>2.93</FileVersion>
|
<FileVersion>2.92</FileVersion>
|
||||||
<Company>SPT</Company>
|
<Company>SPT</Company>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user