You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add workaround for "Access Denied" error on meakashi when trying to remove temp files
- For some reason you get an "Accees Denied" when trying to delete individual files, only when when compiling Meakashi. Also, deleting manually via file explorer has no issue, it's only when you try to remove a file from the rust program
- Instead of removing all temp files besides the .assets file, we now archive only the .assets file via 7z and leave the temp files alone
- Temp files are cleaned up the next time the script runs (so we don't accidentally reuse them)
- For some reason removing the entire folder when the program is first called works, perhaps because file locks are released when the rust program finishes.
0 commit comments