Tauri Edition #210
build-windows-appx.yml
on: pull_request
Upload Preview
2m 6s
Annotations
2 warnings
unused variable: `webview`:
packages/target-tauri/src-tauri/src/lib.rs#L174
warning: unused variable: `webview`
--> packages/target-tauri/src-tauri/src/lib.rs:174:17
|
174 | let webview = app.get_webview_window("main").unwrap();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_webview`
|
= note: `#[warn(unused_variables)]` on by default
|
unused variable: `webview`:
packages/target-tauri/src-tauri/src/lib.rs#L174
warning: unused variable: `webview`
--> packages/target-tauri/src-tauri/src/lib.rs:174:17
|
174 | let webview = app.get_webview_window("main").unwrap();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_webview`
|
= note: `#[warn(unused_variables)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
windows appx release
|
155 MB |
|