diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-03-24 21:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 21:38:07 +0100 |
commit | 434641a90e018598a30be805af4ae2cedb77b657 (patch) | |
tree | cb6bd70cc1724e9add8f40e847b92aed16c7d3d5 /game/export_presets.cfg | |
parent | a0b5784bafca6e377dbae1a26b1f48fa000dd317 (diff) | |
parent | 7ac46980e9c2d42088744b46a6a3b42ada9e5475 (diff) |
Merge pull request #74 from Spartan322/fix/export-issues
Diffstat (limited to 'game/export_presets.cfg')
-rw-r--r-- | game/export_presets.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/game/export_presets.cfg b/game/export_presets.cfg index b8be1ac..4a031ea 100644 --- a/game/export_presets.cfg +++ b/game/export_presets.cfg @@ -6,7 +6,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" export_path="export/Linux-x86_64/OpenVic2.x86_64" encryption_include_filters="" @@ -47,7 +47,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" export_path="export/Windows/OpenVic2.exe" encryption_include_filters="" @@ -107,15 +107,15 @@ Remove-Item -Recurse -Force '{temp_dir}'" [preset.2] -name="macOS" +name="MacOS" platform="macOS" runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" -export_path="export/MacOS/OpenVic2.dmg" +export_path="export/MacOS/OpenVic2.app" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false |