Good morning,
I discovered Tauri and want to test v2, I had several problems which I solved before getting tauri dev to work, now that it works I am looking to make an .AppImage for Linux
Here I'm stuck on building AppImage, I get the error: [appimage/stderr] Error: no such file or directory: tauri-test-perso.AppDir ERROR: Failed to run plugin: appimage (exit code: 1) Error [tauri_cli_node] failed to bundle project: error running build_appimage.sh: failed to run /home/skyline-ch/Programmation/Tauri/tauri-test-perso/src-tauri/target/debug/bundle/appimage/build_appimage. sh ELIFECYCLE Command failed with exit code 1.
I started the build with pnpm dev -v
in ls script auto generate src-tauri/target/debug/bundle/appimage/build_appimage.sh
I see that the paths are relative, I wonder if there might not be an error there or a path problem
tauri info:
[✔] Environment
- OS: Ubuntu 22.04 X64
✔ webkit2gtk-4.1:2.44.2
✔ rsvg2:2.52.5
✔ rustc:1.79.0 (129f3b996 2024-06-10)
✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (default)
node:20.15.0
pnpm:9.5.0
yarn: 1.22.17
npm:8.5.5
[-] Packages
tauri [RUST]: 2.0.0-beta.23
tauri-build [RUST]: 2.0.0-beta.18
wry[RUST]: 0.41.0
tao [RUST]: 0.28.1
@tauri-apps/api [NPM]: 2.0.0-beta.14
@tauri-apps/cli [NPM]: 2.0.0-beta.21
[-] App
build-type: bundle
CSP: unset
frontendDist: ../dist
devUrl: http://localhost:1420/
bundler: Quick