0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Custom icons

This commit is contained in:
Trevor Buckner
2023-02-04 11:07:04 -05:00
parent 9b06380b9c
commit a0af588d75
8 changed files with 23 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ fs.emptyDirSync('./build');
// Move assets
await fs.copy('./themes/fonts', './build/fonts');
await fs.copy('./themes/assets', './build/assets');
await fs.copy('./client/icons', './build/icons');
//v==----------------------------- BUNDLE PACKAGES --------------------------------==v//