Compare commits
2 Commits
55cd23a983
...
28e8378787
Author | SHA1 | Date | |
---|---|---|---|
28e8378787 | |||
3c808165c3 |
@ -158,6 +158,7 @@ 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.92</AssemblyVersion>
|
<AssemblyVersion>2.93</AssemblyVersion>
|
||||||
<FileVersion>2.92</FileVersion>
|
<FileVersion>2.93</FileVersion>
|
||||||
<Company>SPT</Company>
|
<Company>SPT</Company>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user