mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
Makefile: Add run-launcher
Add a command to test run Camoufox with the launcher
This commit is contained in:
parent
3dc4de7a80
commit
3fd0ddc2f8
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -75,7 +75,7 @@ bootstrap: dir
|
|||
make mozbootstrap
|
||||
|
||||
diff:
|
||||
cd $(cf_source_dir) && git diff
|
||||
@cd $(cf_source_dir) && git diff
|
||||
|
||||
checkpoint:
|
||||
cd $(cf_source_dir) && git commit -m "Checkpoint" -a
|
||||
|
|
@ -137,6 +137,11 @@ package-windows:
|
|||
--arch $(arch) \
|
||||
--fonts macos linux
|
||||
|
||||
run-launcher:
|
||||
make build-launcher arch=x86_64 os=linux;
|
||||
cp launcher/dist/launch $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
|
||||
$(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch
|
||||
|
||||
run-pw:
|
||||
make build-launcher arch=x86_64 os=linux;
|
||||
python3 scripts/run-pw.py \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue