port from perforce
This commit is contained in:
7
hgplus/ShaderMinifier/packages/FSPowerPack.Community.3.0.0.0/Tools/install.ps1
vendored
Normal file
7
hgplus/ShaderMinifier/packages/FSPowerPack.Community.3.0.0.0/Tools/install.ps1
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
param($rootPath, $toolsPath, $package, $project)
|
||||
|
||||
Add-BindingRedirect $project.Name
|
||||
|
||||
$project.ProjectItems | ForEach { if ($_.Name -eq "InstallationDummyFile.txt") { $_.Remove() } }
|
||||
$projectPath = Split-Path $project.FullName -Parent
|
||||
Join-Path $projectPath "InstallationDummyFile.txt" | Remove-Item
|
||||
Reference in New Issue
Block a user