From e32f4af2960c356a89e173e9a0809152f01621b1 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 15 May 2025 20:53:41 -0300 Subject: [PATCH] Make build.sh executable - Change file mode to 100755 to make it executable. - This allows the build script to be run directly. - Ensures proper execution of the build process. --- build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755