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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user