From 99ca91730f81283bf824bda63a5c4498f7036201 Mon Sep 17 00:00:00 2001 From: Jalen Geason Date: Mon, 28 Apr 2025 10:22:13 -0400 Subject: [PATCH] Fix faulty commands in meta.json --- meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.json b/meta.json index 2cbd249..47f4931 100644 --- a/meta.json +++ b/meta.json @@ -10,8 +10,8 @@ } ], "build": { - "setup": "setup.sh", - "build": "build.sh", + "setup": "./setup.sh", + "build": "./build.sh", "path": "dist/main", "arch": [ "linux/amd64",