Skip to content

Commit 8059961

Browse files
committed
feat: clone SpiderMonkey source code from the official Firefox github repo
1 parent 2727bc0 commit 8059961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ echo "Done installing dependencies"
4444
echo "Downloading spidermonkey source code"
4545
# Read the commit hash for mozilla-central from the `mozcentral.version` file
4646
MOZCENTRAL_VERSION=$(cat mozcentral.version)
47-
wget -c -q -O firefox-source-${MOZCENTRAL_VERSION}.zip https://github.com/mozilla/gecko-dev/archive/${MOZCENTRAL_VERSION}.zip
48-
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv gecko-dev-${MOZCENTRAL_VERSION} firefox-source
47+
wget -c -q -O firefox-source-${MOZCENTRAL_VERSION}.zip https://github.com/mozilla-firefox/firefox/archive/${MOZCENTRAL_VERSION}.zip
48+
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv firefox-${MOZCENTRAL_VERSION} firefox-source
4949
echo "Done downloading spidermonkey source code"
5050

5151
echo "Building spidermonkey"

0 commit comments

Comments
 (0)