Skip to content

Commit d98f313

Browse files
committed
Fix MacOS not exporting LGD and BBCode files
1 parent 68fe869 commit d98f313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

export_presets.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ runnable=true
186186
dedicated_server=false
187187
custom_features=""
188188
export_filter="all_resources"
189-
include_filter=""
189+
include_filter="*.lgd, *.bbcode"
190190
exclude_filter=""
191-
export_path="build/osx/learn_to_code.app"
191+
export_path="build/macOS/learn_to_code.app"
192192
patches=PackedStringArray()
193193
patch_delta_encoding=false
194194
patch_delta_compression_level_zstd=19

0 commit comments

Comments
 (0)