#Release Build Process Crashes Terminal
7 messages · Page 1 of 1 (latest)
Can you try npm run tauri build -- --verbose and see if you can see any error before it crashes?
Also, does npm run tauri build -- --debug also crash?
Or more general, at what point in time does it crash? When it compiles the rust app or when it bundles the .deb or appimage
also, how much ram does the vm have?
verbose reveals this error and prevents it from crashing the terminal session
for whatever reason building debug does not have this problem, i am able to create an appimage that way