Build: add a local Linux bundle command - #2
Draft
Habdel-Edenfield wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes, and why
Adds
bun run tauri:build:linux, using Tauri's native.deband AppImage bundlers, and documents the generated artifacts, compatibility baseline and existing Wayland workaround. Windows NSIS and portable build behavior remain unchanged.This is intentionally a reproducible local packaging route, not release automation. It follows up on #1 while the supported build baseline and package policy are still being decided.
How you verified it
bun run buildbun test— 161 passedbun run i18nbun run catalogbun run commandscargo checkinsrc-tauri/cargo run --release --example probe_monster— 2/2 fixture files round-trip identicallybun run tauri:build:linuxMONx_0.1.131_amd64.debandMONx_0.1.131_amd64.AppImagedesktop-file-validate.debbinary stayed running for a 10-second isolated Xvfb smoke with the existing XWayland/WebKitGTK variablesgit diff --checkKnown limitations / decisions still open
Package: mo-nxfromproductName: MONx.xdg-open, butxdg-utilsis not declared in the.deband is not bundled in the AppImage.GLIBC_2.39; it is not suitable as an official artifact for the documented Ubuntu 22.04+ baseline.Checklist
package.json,src-tauri/tauri.conf.jsonandsrc-tauri/Cargo.tomlRefs #1