From 35da3be64cfa5f1ed7cca9b54366fa6d6eb1f7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 21 Jan 2022 14:54:58 +0100 Subject: [PATCH] Fix version info export --- export_presets.cfg | 8 ++++---- info.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index d224ad6..3b11c7a 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -5,7 +5,7 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="info.json" exclude_filter="" export_path="build/html/index.html" script_export_mode=1 @@ -40,7 +40,7 @@ platform="Mac OSX" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="info.json" exclude_filter="" export_path="build/mac/bugged-racing.zip" script_export_mode=1 @@ -73,7 +73,7 @@ platform="Windows Desktop" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="info.json" exclude_filter="" export_path="build/windows/bugged-racing.exe" script_export_mode=1 @@ -114,7 +114,7 @@ platform="Linux/X11" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="info.json" exclude_filter="" export_path="build/linux/bugged-racing.x86_64" script_export_mode=1 diff --git a/info.json b/info.json index 15537a5..6888cc3 100644 --- a/info.json +++ b/info.json @@ -2,6 +2,6 @@ "version": { "major": 0, "minor": 2, - "patch": 0 + "patch": 1 } }