初始化
This commit is contained in:
6
packages/FontAwesome.4.7.0/tools/install.ps1
vendored
Normal file
6
packages/FontAwesome.4.7.0/tools/install.ps1
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
foreach ($fontFile in $project.ProjectItems.Item("fonts").ProjectItems)
|
||||
{
|
||||
$fontFile.Properties.Item("BuildAction").Value = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user