From 0ef229944d32058a34d0c13327794627ee44a5e8 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Wed, 26 Feb 2025 00:58:52 -0600 Subject: [PATCH] hotfix build script Currently, the server isn't able to see jmc in the path. I set the script to point directly to the bin directory for now. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b6d8693..ca5b33e 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ pip3 install git+https://github.com/WingedSeal/jmc.git#subdirectory=src -jmc compile +/home/sadmin/.local/bin/jmc compile -- 2.45.2