fix: include app/Resources/icons folder to bundle

This commit is contained in:
Yassine Doghri 2024-06-14 15:49:25 +00:00
parent 56612f0c76
commit 3fd5efc795
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# rsync filter rules to copy required files for Castopod's bundle
- app/Resources/
+ app/Resources/icons/***
- app/Resources/**
+ app/***
+ modules/***
+ public/***