Makefile: Add run-launcher

Add a command to test run Camoufox with the launcher
This commit is contained in:
daijro 2024-08-13 23:20:42 -05:00
parent 3dc4de7a80
commit 3fd0ddc2f8

View file

@ -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 \