Skip to content

Failure to Correctly Bundle in Linux. #1

@Cybertaco360

Description

@Cybertaco360
 Downloading https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage
    Bundling Reflect_2026.0.1_amd64.AppImage (/home/cybertaco360/coding/reflect/src-tauri/target/release/bundle/appimage/Reflect_2026.0.1_amd64.AppImage)
failed to bundle project `failed to run linuxdeploy`
       Error failed to bundle project `failed to run linuxdeploy`

Some kind of bottleneck from the linuxdeploy tool, this is a missing environment variable issue. You can fix this by setting the environment variable "NO_STRIP" to 1.
You can also just use:

 NO_STRIP=1 npm run tauri build

for building instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions