diff --git a/.gitignore b/.gitignore index 32d88a1..369b31c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ launch launch.exe *.old __pycache__/ +*.pyc diff --git a/README.md b/README.md index 080fbc3..7b241da 100644 --- a/README.md +++ b/README.md @@ -348,22 +348,6 @@ docker build -t camoufox-builder . docker run -v "$(pwd)/dist:/app/dist" camoufox-builder --target --arch ``` -
- -CLI Parameters - - -```bash -Options: - -h, --help show this help message and exit - --target {linux,windows,macos} - Target platform for the build - --arch {x86_64,arm64,i686} - Target architecture for the build -``` - -
-
How can I use my local ~/.mozbuild directory? @@ -382,7 +366,21 @@ docker run \
-
+
+ +Docker CLI Parameters + + +```bash +Options: + -h, --help show this help message and exit + --target {linux,windows,macos} + Target platform for the build + --arch {x86_64,arm64,i686} + Target architecture for the build +``` + +
Build artifacts will now appear written under the `dist/` folder. diff --git a/scripts/__pycache__/patch.cpython-312.pyc b/scripts/__pycache__/patch.cpython-312.pyc deleted file mode 100644 index 4d7e07d..0000000 Binary files a/scripts/__pycache__/patch.cpython-312.pyc and /dev/null differ