mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:32:05 -08:00
Cleanup README & .gitignore
This commit is contained in:
parent
5aab9d01aa
commit
7ecdd14d4a
3 changed files with 16 additions and 17 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ launch
|
||||||
launch.exe
|
launch.exe
|
||||||
*.old
|
*.old
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
|
||||||
32
README.md
32
README.md
|
|
@ -348,22 +348,6 @@ docker build -t camoufox-builder .
|
||||||
docker run -v "$(pwd)/dist:/app/dist" camoufox-builder --target <os> --arch <arch>
|
docker run -v "$(pwd)/dist:/app/dist" camoufox-builder --target <os> --arch <arch>
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>
|
|
||||||
CLI Parameters
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
```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
|
|
||||||
```
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
How can I use my local ~/.mozbuild directory?
|
How can I use my local ~/.mozbuild directory?
|
||||||
|
|
@ -382,7 +366,21 @@ docker run \
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<br>
|
<details>
|
||||||
|
<summary>
|
||||||
|
Docker CLI Parameters
|
||||||
|
</summary>
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
Build artifacts will now appear written under the `dist/` folder.
|
Build artifacts will now appear written under the `dist/` folder.
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Reference in a new issue