diff --git a/export_presets.cfg b/export_presets.cfg index fe1d299..952470b 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -6,7 +6,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="*.j2,*.woff2,*.tff" +include_filter="*.j2,*.woff2" exclude_filter="" export_path="builds/android/immersive-home.apk" encryption_include_filters="" diff --git a/export_presets_prod.cfg b/export_presets_prod.cfg index ef33b0d..8222d14 100644 --- a/export_presets_prod.cfg +++ b/export_presets_prod.cfg @@ -6,7 +6,7 @@ runnable=false dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="*.j2,*.woff2,*.tff" +include_filter="*.j2,*.woff2" exclude_filter="" export_path="builds/android/immersive-home.apk" encryption_include_filters=""