From 4859c415cc7c2274a642b045ff3016b7aae3dbd1 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 3 Nov 2025 18:11:34 +0530 Subject: Add build scripts and Windows icon/resources Added: - build_dev.bat / build_dev.sh - Development build scripts - build_release.bat / build_release.sh - Release build scripts with embedding - icon.ico - Default Windows icon for executable - resources.rc - Windows resource file for icon and exe metadata - BUILD_SCRIPTS.md - Complete documentation for build scripts Features: - Automated development builds (no embedding, fast iteration) - Automated release builds (with Lua and asset embedding) - Interactive verification and cleanup - Custom icon and version info in Windows executables - Cross-platform scripts (Windows .bat and Unix .sh) - Safety checks and helpful messages The build scripts provide one-command building for both development and release workflows, with clear instructions and progress feedback. --- icon.ico | Bin 0 -> 204862 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 icon.ico (limited to 'icon.ico') diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..6fcfafa Binary files /dev/null and b/icon.ico differ -- cgit v1.2.3