Optimise Tauri builds (#5404)

# Description of Changes
- Just build proper installers in CI for each platform
- Provide commands to build just the bundled apps without the need for
installers locally
  - `tauri-dev` - Builds quickly for an unoptimised version of the app
  - `tauri-build` - Builds the full optimised app installer for release
- `tauri-build-dev` - Builds an optimised app with no bundling (builds
to a folder on Mac; raw `.exe` on Windows; etc.)
- `tauri-build-dev-mac` - Builds an optimised bundled Mac app with no
installer (as an `.app` file)
- `tauri-build-dev-windows` - Builds an optimised bundled Windows app as
an `.nsis` installer
- `tauri-build-dev-linux` - Builds an optimised bundled Linux app as an
`.appimage`
This commit is contained in:
James Brunton
2026-01-09 10:23:17 +00:00
committed by GitHub
parent ef7a3fa933
commit b4dd7afe03
3 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,6 @@
"deb",
"rpm",
"dmg",
"app",
"msi"
],
"icon": [