From 8fc47c3866c40de95dba11b724b39e2cd062e5e0 Mon Sep 17 00:00:00 2001 From: Antonytm Date: Mon, 20 Jun 2022 22:18:25 +0300 Subject: [PATCH] Run full build --- scripts/Main.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Main.ps1 b/scripts/Main.ps1 index fcf1655..0b4bb05 100644 --- a/scripts/Main.ps1 +++ b/scripts/Main.ps1 @@ -9,9 +9,9 @@ New-Item -Path $output -ItemType Directory # Process MUI Icons # There are 5 types of MUI icons: regular, sharp, outlined, rounded, two tones. To decrease amount of icons to process, we'll only process regular icons. # If you want to use other type of icons change -Match parameter -& .\Generic.ps1 -Prefix "mui-" -Path "../input/mui/material-ui/packages/mui-icons-material/material-icons" -Match "^image_search_24px.*$" +& .\Generic.ps1 -Prefix "mui-" -Path "../input/mui/material-ui/packages/mui-icons-material/material-icons" -Match "^(?!.*(_sharp_|_outlined_|_rounded_|_two_tone_)).*$" # Process FA Icons -& .\Generic.ps1 -Prefix "fa-" -Path "../input/fa/Font-Awesome/svgs" -Match "^bookmark.*$" +& .\Generic.ps1 -Prefix "fa-" -Path "../input/fa/Font-Awesome/svgs" # ZIP icons