start flowing code changes to the source dir again
Dependencies
- [2]
XS5VNBHHbugfix: handle a missing save dir - [3]
EZHO4TSWnew file-system format for freewheeling apps - [4]
2NQZJUPTstart saving edits right in the source dir - [5]
3JVRTWUYprovide a filename for clearer error callstacks - [*]
LRDM35CEapp running again
Change contents
- replacement in live.lua at line 166
App.remove(App.source_dir..Live.filename[definition_name])nativefs.remove(App.source_dir..Live.filename[definition_name]) - replacement in live.lua at line 224
local status, err = App.write_file(App.source_dir..filename, buf)local status, err = nativefs.write(App.source_dir..filename, buf) - replacement in live.lua at line 226
-- not possible; perhaps it's a .love file-- try to write to save dir-- fall back on save dir