From 8ac62ea32960ac76b3216cfb7e5a9ac56014e462 Mon Sep 17 00:00:00 2001 From: Aerex Date: Fri, 5 Jul 2024 19:08:15 -0400 Subject: [PATCH] chore: updated build path to match new root package --- bin/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build b/bin/build index a9ea41f..0f9d85e 100755 --- a/bin/build +++ b/bin/build @@ -20,4 +20,4 @@ echo -e "\n Formatting packages..." go fmt ./... echo -e "\nGenerating Binary..." -go build -o $(dirname $0)/../out/i18n4go ./i18n4go.go +go build -o $(dirname $0)/../out/i18n4go ./i18n4go/i18n4go.go