Merge pull request 'add windows to path checks' (#110) from waffle.lord/Installer:add-windows-folder-to-restrictions into master
Reviewed-on: SPT/Installer#110
This commit is contained in:
commit
28e8378787
@ -158,6 +158,7 @@ public static class FileHelper
|
||||
new("Program Files", PathCheckType.Contains, PathCheckAction.Deny),
|
||||
new("Program Files (x86", 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)
|
||||
};
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
<PackageIcon>icon.ico</PackageIcon>
|
||||
<ApplicationIcon>Assets\spt_installer.ico</ApplicationIcon>
|
||||
<Configurations>Debug;Release;TEST</Configurations>
|
||||
<AssemblyVersion>2.92</AssemblyVersion>
|
||||
<FileVersion>2.92</FileVersion>
|
||||
<AssemblyVersion>2.93</AssemblyVersion>
|
||||
<FileVersion>2.93</FileVersion>
|
||||
<Company>SPT</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user