From 7c71533ed210999142da9ac72bacafdf227224b2 Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Fri, 31 Oct 2025 22:33:22 -0400 Subject: [PATCH] final change for this hopefully, fixed unzipped path, again, wrote on windows --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index b8375d8..ac0c0f9 100644 --- a/src/build.sh +++ b/src/build.sh @@ -17,7 +17,7 @@ curl -RO "$DOWNLOAD" tar -xJf "firefox-$VERSION.source.tar.xz" -cd "firefox-$VERSION.source/js/src" +cd "firefox-$VERSION/js/src" mkdir _build cd _build