Add Windows app manifest metadata

This commit is contained in:
2026-05-09 03:11:53 -04:00
parent 08951a7a1f
commit 42a844bc8d
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -18,5 +18,6 @@ cargo check -p ely_servo_host --features servo-engine --all-targets
cargo clippy -p ely_servo_host --features servo-engine --all-targets -- -D warnings
cargo test -p ely_servo_host --features servo-engine --test software_host
scripts/verify_prd_site_rendering.sh
scripts/verify_windows_app_manifest.sh
cargo run -p ely_app
```