From 5400c425bd11d8925c0b9b7e196032e12ce3521d Mon Sep 17 00:00:00 2001 From: sebashtioon Date: Thu, 7 Nov 2024 12:44:41 +1100 Subject: [PATCH] update export paths in export_presets.cfg to point to the new directory structure --- export_presets.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index e6adf482..bb1ca1ef 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -9,7 +9,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="Releases/Expland v0.3.0/Expland-0.3.0.exe" +export_path="../Game releases/Expland/Expland-0.3.0.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -78,7 +78,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="Releases/Expland v0.3.0/Expland-0.3.0.x86_64" +export_path="../Game releases/Expland/Expland-0.3.0.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -122,7 +122,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="Releases/Expland v0.3.0/Expland-0.3.0.zip" +export_path="../Game releases/Expland/Expland-0.3.0.zip" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false