From 022212485be037cfa21689a4a0e9e1f785b88da1 Mon Sep 17 00:00:00 2001 From: rainlizard Date: Thu, 19 Oct 2023 21:56:58 +1100 Subject: [PATCH] fix export directories --- export_presets.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 7f0363ad..cf6741a1 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="unearthdata/*" exclude_filter="*.cfg, unearthdata/tmapa*" -export_path="bin/Unearth/Unearth.exe" +export_path="/bin/ExportWindows/Unearth/Unearth.exe" script_export_mode=1 script_encryption_key="" @@ -50,7 +50,7 @@ custom_features="" export_filter="all_resources" include_filter="unearthdata/*" exclude_filter="*.cfg, unearthdata/tmapa*" -export_path="bin/UnearthLinux/Unearth.x86_64" +export_path="/bin/ExportLinux/Unearth/Unearth.x86_64" script_export_mode=1 script_encryption_key=""