From 3546fb65dcd64099f5b3db05099e495ef25bc8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 11 Nov 2021 23:51:52 +0100 Subject: [PATCH] Add full paths for all exports --- export_presets.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 6ab5346..3fff551 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="./bugged-racing.html" +export_path="build/html/bugged-racing.html" script_export_mode=1 script_encryption_key="" @@ -42,7 +42,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/macos/bugged-racing.zip" script_export_mode=1 script_encryption_key="" @@ -75,7 +75,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/windows/bugged-racing.exe" script_export_mode=1 script_encryption_key="" @@ -116,7 +116,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="./bugged-racing.x86_64" +export_path="build/linux/bugged-racing.x86_64" script_export_mode=1 script_encryption_key=""