-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for "Access Denied" error on meakashi when trying to r…
…emove 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.
- Loading branch information
Showing
1 changed file
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters