From 7016f1d2854b2f89427aef7aafcc692382635745 Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Fri, 31 Oct 2025 22:36:13 -0400 Subject: [PATCH] changed tar unzipped path again --- src/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index ac0c0f9..af6212f 100644 --- a/src/build.sh +++ b/src/build.sh @@ -1,7 +1,8 @@ #!/usr/bin/env nix-shell #! nix-shell -i bash #! nix-shell -p bash curl gcc zlib libffi icu77 -VERSION="140.4.0esr" +SUBVERSION="140.4.0" +VERSION="$SUBVERSIONesr" DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz" BUILDPATH=$(realpath .) mkdir bin