fix(bundler): Build AppImages inside the target folder (#4521)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Robin van Boven
2022-07-03 23:24:03 +02:00
committed by GitHub
parent 573b4c0b3c
commit 8dd03e69b0
2 changed files with 18 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": patch
---
Build AppImages inside the `src-tauri/target` folder rather than `~/.cache/tauri`. Making it easier to clean and rebuild from scratch.