Exclude more files, reduce build .zip size (#1374)

* Fix Sign

* Exclude more files from the compilation.

* Remove Trial and Tutorial folder in Common, Tutorial world is in windows64media
This commit is contained in:
GabsPuNs
2026-04-13 00:17:21 -04:00
committed by GitHub
parent 050c501786
commit bfcb621808
3 changed files with 4 additions and 11 deletions

View File

@@ -10,12 +10,15 @@ function(setup_asset_folder_copy TARGET_NAME ASSET_FOLDER_PAIRS)
"*.swf" # These are built into the .arc
"*.resx" "*.loc"
"*.wav" # Unsupported audio format
"*.xui"
"*.xui" "*.xgs"
"*.xwb" "*.xsb"
"*.xap" "*.xzp"
)
# Global folder exclusions applied to every folder copy
set(ASSET_EXCLUDE_FOLDERS
"Graphics"
"Gamerules"
)
# Exclude platform-specific arc media files