Merge pull request #1673 from Runfusion/fix/appimage-local-runtime-root
fix: root local runtime at home dir, not process.cwd()
This commit is contained in:
5
.changeset/fix-appimage-local-runtime-root.md
Normal file
5
.changeset/fix-appimage-local-runtime-root.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix "Couldn't start local Fusion" on the Linux AppImage (and any packaged build launched from a desktop launcher). The embedded local runtime now roots its data at the user's home directory (`~/.fusion`) instead of `process.cwd()`, which was `/` or the read-only AppImage mount point and caused database creation to fail with EACCES/EROFS. Set `FUSION_HOME` to override the location.
|
||||
Reference in New Issue
Block a user