mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.10 to 1.5.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@tauri-apps/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@tauri-apps/cli</code> v1.5.11</h2> <h2>[1.5.11]</h2> <h3>Bug Fixes</h3> <ul> <li><a href="b15948b11c"><code>b15948b11</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/8903">#8903</a>) Fix <code>.taurignore</code> failing to ignore in some cases.</li> </ul> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@1.5.11</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b705f89a10"><code>b705f89</code></a> Apply Version Updates From Current Changes (v1) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9074">#9074</a>)</li> <li><a href="97a05145fb"><code>97a0514</code></a> fix(cli): migrate to stable features of <code>log</code> crate (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9119">#9119</a>)</li> <li><a href="b15948b11c"><code>b15948b</code></a> fix(cli): use <code>matched_path_or_any_parents</code> when checking if a file is ignore...</li> <li><a href="5163861588"><code>5163861</code></a> fix(bundler): escape potentially problematic strings in an XML (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9040">#9040</a>)</li> <li><a href="80a215a6f3"><code>80a215a</code></a> Apply Version Updates From Current Changes (v1) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9013">#9013</a>)</li> <li><a href="01ae1218dc"><code>01ae121</code></a> ci: downgrade thread_local to 1.1.7 in msrv list (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9012">#9012</a>)</li> <li><a href="d42668ce17"><code>d42668c</code></a> fix(runtime-wry): avoid panic during clipboard initialization on wayland (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9003">#9003</a>)</li> <li><a href="1ab0db6352"><code>1ab0db6</code></a> chore: port PR template from <code>dev</code> branch (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9004">#9004</a>)</li> <li><a href="e816a46b95"><code>e816a46</code></a> chore: update lock files</li> <li><a href="a4b82d9dba"><code>a4b82d9</code></a> chore: bump tauri-utils</li> <li>See full diff in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.10...@tauri-apps/cli-v1.5.11">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
gui-client
This crate houses a GUI client for Linux and Windows.
Setup (Ubuntu)
To compile natively for x86_64 Linux:
- Install rustup
- Install pnpm
sudo apt-get install at-spi2-core gcc libwebkit2gtk-4.0-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev pkg-config xvfb
Setup (Windows)
To compile natively for x86_64 Windows:
- Install rustup
- Install pnpm
Recommended IDE Setup
(From Tauri's default README)
Building
Builds are best started from the frontend tool pnpm. This ensures typescript
and css is compiled properly before bundling the application.
See the package.json script for more details as to what's
going on under the hood.
# Builds a release exe
pnpm build
# Linux:
# The release exe, AppImage with bundled WebView, and deb package are up in the workspace.
stat ../target/release/firezone
stat ../target/release/bundle/appimage/*.AppImage
stat ../target/release/bundle/deb/*.deb
# Windows:
# The release exe and MSI installer should be up in the workspace.
# The exe can run without being installed
stat ../target/release/Firezone.exe
stat ../target/release/bundle/msi/Firezone_0.0.0_x64_en-US.msi
Running
From this dir:
# This will start the frontend tools in watch mode and then run `tauri dev`
pnpm dev
# You can call debug subcommands on the exe from this directory too
# e.g. this is equivalent to `cargo run -- debug hostname`
cargo tauri dev -- -- debug hostname
# The exe is up in the workspace
stat ../target/debug/Firezone.exe
The app's config and logs will be stored at
C:\Users\$USER\AppData\Local\dev.firezone.client.
Platform support
Ubuntu 20.04 and newer is supported.
Tauri says it should work on Windows 10, Version 1803 and up. Older versions may work if you manually install WebView2
x86_64 architecture is supported at this time. See
this issue for aarch64
support.
Threat model
See Security