mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 06:41:51 +00:00
This may cause conflicts with all my other PRs but it has to happen. ```[tasklist] - [ ] Update test names in branch protection (I don't think I have perms for this) ```
7 lines
206 B
Rust
7 lines
206 B
Rust
fn main() -> anyhow::Result<()> {
|
|
let win = tauri_build::WindowsAttributes::new();
|
|
let attr = tauri_build::Attributes::new().windows_attributes(win);
|
|
tauri_build::try_build(attr)?;
|
|
Ok(())
|
|
}
|