From 2582cb1b0d77974ce10f6a24aac97bff7346e5b1 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 1 Jul 2026 19:47:01 -0400 Subject: [PATCH] Phase 7: Windows export preset fix + code fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix: export_presets.cfg — platform='Windows Desktop' (not 'Windows'), Windows as [preset.0] - Fix: plugin_manager.gd — removed class_name (autoload conflict), fixed multiline % formatting - Disable GDExtension temporarily for clean export - Add build/ to .gitignore (binary artifacts) - Build artifacts: tactical-shooter.exe (109MB Windows PE32+), windows.zip, server binary (78MB) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1b87d5d..3ce0f1c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ server/build/ # Secrets (operator must create per deployment) server/data/rcon_password.cfg build/ +build/